Does kernel mode support dll which export a class?

G

george

Does kernel mode dll support export a class?
Who can give me an sample or document?
Thanks very much.
 
G

Gary G. Little

Given that I grok your question, a kernel mode DLL is a DLL, which means you
can create an import lib and link it with another kernel mode component. You
CANNOT, however expect to link an application with that import lib. The best
means of doing this however is via a registered interface for your driver,
which another driver then requests via a GUID.

As I said ... if I grok your question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top