Re: winspool: ERROR_INVALID_NAME in GetDefaultPrinter() ?

2013-10-10 Thread Hamzat
Dears,

I faced the same problem, but, unfortunally, link to answer is invalid.
Please, tell me, how did you resolve situation?

Thanks.



--
View this message in context: 
http://wine.1045685.n5.nabble.com/winspool-ERROR-INVALID-NAME-in-GetDefaultPrinter-tp1788463p5773073.html
Sent from the Wine - Devel mailing list archive at Nabble.com.




winspool: ERROR_INVALID_NAME in GetDefaultPrinter() ?

2005-08-28 Thread Detlef Riekenberg
Hi.

From which configuration does the ERROR_INVALID_NAME came from,
when calling GetDefaultPrinter(NULL, size) and no Printer is installed?
This Test is Present in the current dlls/winspool/tests/info.c.

MSDN told us, that we receive an ERROR_FILE_NOT_FOUND, if no Printer
is installed:

http://msdn.microsoft.com/library/en-us/gdi/prntspol_0hma.asp

I get the ERROR_FILE_NOT_FOUND on win98se, winme, w2k and win2003 in
this Situation.


-- 
By By ...
  ... Detlef




Re: winspool: ERROR_INVALID_NAME in GetDefaultPrinter() ?

2005-08-28 Thread Stefan Leichter
Am Sonntag, 28. August 2005 14:09 schrieb Detlef Riekenberg:
 Hi.

 From which configuration does the ERROR_INVALID_NAME came from,
 when calling GetDefaultPrinter(NULL, size) and no Printer is installed?
 This Test is Present in the current dlls/winspool/tests/info.c.

 MSDN told us, that we receive an ERROR_FILE_NOT_FOUND, if no Printer
 is installed:

 http://msdn.microsoft.com/library/en-us/gdi/prntspol_0hma.asp

 I get the ERROR_FILE_NOT_FOUND on win98se, winme, w2k and win2003 in
 this Situation.

Hello Detlef,

i thing the answer is
http://test.winehq.org/data/200406151000/2000_AshleyGordon/
winspool.drv:info.txt

Bye Stefan



Re: winspool: ERROR_INVALID_NAME in GetDefaultPrinter() ?

2005-08-28 Thread Detlef Riekenberg
Am Sonntag, den 28.08.2005, 17:55 +0200 schrieb Stefan Leichter:

 i thing the answer is
 http://test.winehq.org/data/200406151000/2000_AshleyGordon/
 winspool.drv:info.txt

Thanks for your Help.



-- 
By By ...
  ... Detlef