Re: [python-win32] SetPrinterDataEx or SetPrinterData

2010-06-14 Thread Tim Roberts
On 6/14/2010 2:19 PM, Mike Driscoll wrote: > > I am looking for a way to call SetPrinterDataEx or SetPrinterData so I > can set some parameters for one our admins. For some reason, the new > Brother printer we bought thinks that we're not admins, so we need a > way to hack it. I can't find anything

[python-win32] SetPrinterDataEx or SetPrinterData

2010-06-14 Thread Mike Driscoll
Hi, I am looking for a way to call SetPrinterDataEx or SetPrinterData so I can set some parameters for one our admins. For some reason, the new Brother printer we bought thinks that we're not admins, so we need a way to hack it. I can't find anything in Python about these functions. Here are