Tric_ReleaseStatusNotify |
The Tric_ReleaseStatusNotify function is used to cancel a request for the printer status information by the given SMONID.
void WINAPI Tric_ReleaseStatusNotify( DWORD dwSMonID // the value of SMONID(IN)); );
- dwSMonID
- A parameter to specify the value of SMONID, the status monitor identifier that cancels a request for the printer status information.
N/A
To cancel the request to the status monitor for the printer status information, "Tric_ReleaseStatusNotify" shall be executed. If the request is cancelled, the status monitor will stop sending the WM_COPYDATA messages.
To request the status information again, execute "Tric_RequestStatusNotify."
index, Tric_RequestStatusNotify, SMONID