Share via


CeFreeNotification (EDB) (Compact 7)

3/12/2014

This function frees a CENOTIFICATION (CEDB) pointer that is posted to a client's notification window.

Syntax

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

Parameters

  • pNotification
    [in] Pointer to the CENOTIFICATION structure that is 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.

Value Description

ERROR_INVALID_PARAMETER

Indicates that pRequest or pNotification is NULL.

Remarks

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

Requirements

Header

windbase.h

Library

coredll.lib

See Also

Reference

EDB Functions
CeOpenDatabaseInSession (EDB)
CENOTIFICATION (CEDB)