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

Parameter

dwSMonID
A parameter to specify the value of SMONID, the status monitor identifier that cancels a request for the printer status information.

Return Value

N/A

Description

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

Reference

index, Tric_RequestStatusNotify, SMONID
<strong>Back</strong>