Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

waitForPrinterChange documentation?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,
I'm trying to make a NT-98 multi platform dll.

I'm using

findFirstPrinterChangeNotification
waitForSingleObject
findNextPrinterChangeNotification

That's working fine under Nt, but is not implemented in 98. For 98 machines
Instead I want to use

waitForPrinterChange

But there is no documentation about this function (only notes saying that is
obsolete & that findFirstPrinterChangeNotification, waitForSingleObject and
findNextPrinterChangeNotification should be used :)).

Please, could you let me know where I can find details about this function.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top