CeNotifyPublic_DisposeOfPacket
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.
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.