D
**Developer**
For WinSpool.SetPrinter a zero return indicates an error.
SetLastError defaults to True in VB so I can get the errorcode as follows:
ErrorCode = Marshal.GetLastWin32Error()
The value is 6 but that tells me very little.
Where can I find some text to better describe the error??
Thanks
SetLastError defaults to True in VB so I can get the errorcode as follows:
ErrorCode = Marshal.GetLastWin32Error()
The value is 6 but that tells me very little.
Where can I find some text to better describe the error??
Thanks