CeFreeNotification (CEDB) (Windows Embedded CE 6.0)

1/6/2010

This function frees a CENOTIFICATION (CEDB) structure passed to an application.

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

Syntax

BOOL CeFreeNotification(
  PCENOTIFYREQUEST pRequest, 
  PCENOTIFICATION pNotify
);

Parameters

  • pRequest
    [in] Pointer to the CENOTIFYREQUEST (CEDB) 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 Value

TRUE indicates success. FALSE indicates failure.

Remarks

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

Requirements

Header windbase.h
Library coredll.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

CEDB Functions
CeOpenDatabaseEx (CEDB)
CENOTIFICATION (CEDB)
CENOTIFYREQUEST (CEDB)
WM_DBNOTIFICATION