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
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