PRINTUI.DLL Definition

G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

Add per machine printer connection:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ga /c\\machine /n\\machine\printer
/j"LanMan Print Services"

Delete per machine printer connection:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /gd /c\\machine /n\\machine\printer

What does "per machine printer connection" mean?

Enumerate per machine printer connections:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /ge /c\\machine

And what does "Enumerate" mean here?
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

"Per Machine" means a network printer that is "global" to the computer and
is immediately available to any user that logs on at that computer.

See http://members.shaw.ca/bsanders/NetPrinterAllUsers.htm.

"Enumerate" is a general term that essentially means "list" or "get a list
of".

--
Bruce Sanderson MVP

It is perfectly useless to know the right answer to the wrong question.


"Casey Chambliss" <nospam@bpc-financial.com> wrote in message
news:1tQUc.3113$Rd.67@news02.roc.ny...
> Add per machine printer connection:
> RUNDLL32 PRINTUI.DLL,PrintUIEntry /ga /c\\machine /n\\machine\printer
> /j"LanMan Print Services"
>
> Delete per machine printer connection:
> RUNDLL32 PRINTUI.DLL,PrintUIEntry /gd /c\\machine /n\\machine\printer
>
> What does "per machine printer connection" mean?
>
> Enumerate per machine printer connections:
> RUNDLL32 PRINTUI.DLL,PrintUIEntry /ge /c\\machine
>
> And what does "Enumerate" mean here?
>
>