CeFreeNotification (EDB) (Windows Embedded CE 6.0)

1/6/2010

This function frees a CENOTIFICATION pointer that was posted to a client's notification window.

This function does not work with CEDB databases. For more information about CEDB, see CEDB Reference.

Syntax

BOOL CeFreeNotification(
  CENOTIFYREQUEST* pRequest,
  CENOTIFICATION* pNotification
);

Parameters

  • pNotification
    [in] Pointer to the CENOTIFICATION structure that was posted to a notification window handle.

Return Value

TRUE indicates success. FALSE indicates failure. To get extended error information, call GetLastError. The following table shows possible values.

Return Value Description

ERROR_INVALID_PARAMETER

Indicates that pRequest or pNotification is NULL.

Remarks

Failure to call this function results in leaked memory.

Requirements

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

See Also

Reference

EDB Functions
CeOpenDatabaseInSession (EDB)

Other Resources

CENOTIFICATION