From: cosmin dumitru on
Hello,

I'm creating an Local Printer port, programmatically under XP professional,
without add port dialog using XcvData with AddPort. Till here all OK,
The problem is that i can not use the printer connected to this port with
another user credentials than this with the port was created.
And concerning that OpenPrinter(_T(",XcvMonitor Local Port"), &hXcv,
&Default);
need PRINTER_DEFAULTS Default = {NULL, NULL,SERVER_ACCESS_ADMINISTER };
what can be done ?
or it is possible to set somehow the security descriptor to everyone or
lower ?

thanks in advance,

cosmin