Using Winspool.lib with C#.....??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Everyone,

I would like to use some of the Win32 printer functions in C# but they are
in Winspool.lib. I was hoping that there is a way to do this without writing
a dll in C++ and importing the functions. So, is there a way?

Paul M.
 
Paul,

You can use the functions in Winspool. They are exported through
winspool.drv.

Hope this helps.
 

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

Back
Top