CeFreeNotification

This function frees a CENOTIFICATION structure passed to an application.

At a Glance

Header file: Windbase.h
Windows CE versions: 2.10 and later

Syntax

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.

See Also

WM_DBNOTIFICATION, CeOpenDatabaseEx