Dll file

  • Thread starter Thread starter Mickey Mouse
  • Start date Start date
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
 
Minnie?


--


Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 
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
 
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
 
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 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?
 
*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.
 
Thanks nass, very helpful.
I don't need the ins and outs of it, just the dll name.


Mario
 
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
 
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
~~~~~~~~~~~~~~~~~~~
 
Back
Top