Dll file

M

Mickey Mouse

When writing say a word document and you decide to print it, then word
needs to call a .dll file to enable the file to print to the printer.

Anybody know which .dll is called and it's location?

The location is I suspect the system32 folder.


Mickey
 
G

Gerry

Minnie?


--


Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 
M

Mickey Mouse

Typical answers I would expect from some ill-informed people.
The question came up at a lecture on computing regarding the purpose and
functionality of .DLL files.

Answering with, Minnie? and LOL only shows disrespect for my question and
the fact that you don't know the answer. From a person wishing to learn and
understand the operating system (XP Pro) I find this sad.
Perhaps if I ask the question again I might get an answer from a
knowledgeable
MVP wishing to share some knowledge.

When typing in MS Word and you hit the print button, what initiates the
function
of printing? I'm told a DLL file is called, which activates the process of
printing.
If so, then which .DLL handles this operation?

Mickey
 
N

nass

Hi Mr Mouse,
No one taking the Mickey on you here lol
Your questions rather seem to be beyond this NG if not all MS NGs!

If you want to know this process you need to understand the Ins and Outs of
the many Printer drivers makers out there. You need to be a programmer to
understand the structurer of the whole procedure and how it is acomplished in
each phase of the printing procedure.

But here some info it may help, read, digest and spot the stage which you
want to understand the most about it and what happen in this stage of
printing.
Good luck.

THE BASICS OF PRINTER DRIVER DEVELOPMENT FOR WINDOWS
http://www.halkyon.com/case/Driver/printerdriver.htm

Empower Your Printing with Custom Print Processors

http://www.devx.com/cplus/Article/28862/1954

AsyncUI Notification
http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/AsyncUI.doc

Summary Printing
http://www.piclist.com/techref/os/win/ddk/Win2KprnSum.htm
 
J

John John - MVP

To submit a document for printing, the application communicates with the
client side of the spooler (Winspool.drv). Winspool.drv makes an RPC
connection to the server side of the spooler (Spoolsv.exe), which makes
a direct API call to the print router (Spoolss.dll), which is also on
the server side of the spooler. The print router passes the print job to
the local print provider.
[end quote]

http://technet.microsoft.com/en-us/library/cc976775.aspx
http://technet.microsoft.com/en-us/library/cc958185.aspx

John
 
M

Mike Torello

Mickey Mouse said:
Typical answers I would expect from some ill-informed people.

Cranky-assed old fart. Miss your morning bowel movement today did
you?

How are you NOT an "ill-informed" person here?
 
L

Leythos

*WARNING* Do NOT follow any advice given by the people listed below.
They do NOT have the expertise or knowledge to fix your issue. Do not waste
your time.

Stop stalking me Chris.
 
M

Mickey Mouse

Thanks nass, very helpful.
I don't need the ins and outs of it, just the dll name.


Mario
 
M

Mickey Mouse

So your saying it's the Spoolss.dll. Thanks

Mickey





John John - MVP said:
To submit a document for printing, the application communicates with the
client side of the spooler (Winspool.drv). Winspool.drv makes an RPC
connection to the server side of the spooler (Spoolsv.exe), which makes a
direct API call to the print router (Spoolss.dll), which is also on the
server side of the spooler. The print router passes the print job to the
local print provider.
[end quote]

http://technet.microsoft.com/en-us/library/cc976775.aspx
http://technet.microsoft.com/en-us/library/cc958185.aspx

John

Mickey said:
When writing say a word document and you decide to print it, then word
needs to call a .dll file to enable the file to print to the printer.

Anybody know which .dll is called and it's location?

The location is I suspect the system32 folder.


Mickey
 
G

Gerry

Mickey

Appearances can be important. Call yourself Mickey Mouse and you must expect
less than serious responses. Adopt a more sensible name and you will get
more considered answers to your questions.

--


Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 

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