Share via


CeFreeNotification (CEDB) (Compact 2013)

3/26/2014

This function frees a CENOTIFICATION[CEDB] structure passed to an application.

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

See Also

Reference

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