CeNotifyPublic_DisposeOfPacket (Windows Embedded CE 6.0)
1/6/2010
This function is called when a notification is to be removed from the system.
Syntax
void CeNotifyPublic_DisposeOfPacket(
NotifyPacket* pPacket
);
Parameters
- pPacket
Pointer to a notification packet that is to be removed from the system.
Return Value
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
Header | Notifext.hxx |
Windows Embedded CE | Windows CE 2.10 and later |