CeFreeNotification
This function frees a CENOTIFICATION structure passed to an application.
BOOL CeFreeNotification(
PCENOTIFYREQUEST pRequest,
PCENOTIFICATION pNotify
);
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 | CENOTIFICATION | CENOTIFYREQUEST | WM_DBNOTIFICATION
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.