CeNotifyPublic_DisposeOfPacket (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.