CPL_STOP
The CPL_STOP
message is sent to the CPlApplet
CPL_STOP
uAppNum = (UINT) lParam1; // application number
lData = (LONG) lParam2; // application-defined value
Parameters
uAppNum
Value of lParam1.
Specifies the dialog box number.
lData
Value of lParam2.
Specifies the value that the Control Panel application loaded into the lData
member of the CPLINFO
Return Values
If the CPlApplet
function processes this message successfully, it should return zero.
Remarks
In response
to this message, a Control Panel application must perform cleanup for the given
dialog box.
See Also