CeFreeNotification (EDB)

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

EDB Functions
CeOpenDatabaseInSession (EDB)

Other Resources

CENOTIFICATION