Share via


CeFreeNotification (CEDB) (Windows CE 5.0)

Send Feedback

This function frees a CENOTIFICATION structure passed to an application.

This function does not work with EDB databases. For more information on EDB, see EDB Functions.

BOOLCeFreeNotification(PCENOTIFYREQUESTpRequest,PCENOTIFICATIONpNotify);

Parameters

  • pRequest
    [in] Pointer to the CENOTIFYREQUEST structure associated with the CENOTIFICATION structure to be freed.
  • pNotify
    [in] Pointer to the CENOTIFICATION structure passed to the application from the database subsystem.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

A CENOTIFICATION structure that is received with a WM_DBNOTIFACTION message can only be freed by calling CeFreeNotification. Any attempt to free the structure in another manner can lead to unpredictable results.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Windbase.h.
Link Library: Coredll.lib.

See Also

CeOpenDatabaseEx (CEDB) | CENOTIFICATION | CENOTIFYREQUEST | WM_DBNOTIFICATION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.