Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called when a notification is to be removed from the system.
void CeNotifyPublic_DisposeOfPacket( NotifyPacket* pPacket);
Parameters
- pPacket
Pointer to a notification packet that is to be removed from the system.
Return Values
None.
Remarks
The pPacket and pointers within the structure must be freed. Use DestroyWindow to free hDlg, and use DestroyIcon to free hBigIcon and hIcon. You must also remove any additional information associated with the event. The pPacket structure itself must be freed using LocalFree.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.
Send Feedback on this topic to the authors