Partager via


DEREFERENCECONNECTION (Windows CE 5.0)

Send Feedback

This callback function is an application-defined function. The run time calls this function to dereference a connection that is no longer needed. The connection might have been established through a successful call to the QUERYFORCONNECTION or NOTIFYOFNEWCONNECTION function. The DEREFERENCECONNECTION name for this function is a placeholder for the function name defined by the application.

typedef ULONG (_cdecl DEREFERENCECONNECTION)(PLDAPPrimaryConnection,PLDAPConnectionToDereference);

Parameters

  • PrimaryConnection
    [in] Specifies the primary connection.
  • ConnectionToDereference
    [in, out] Specifies the connection to dereference.

Return Values

If the call succeeds, the function should return LDAP_SUCCESS. The run time currently ignores the return value.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winldap.h.
Link Library: Wldap32.lib.

See Also

NOTIFYOFNEWCONNECTION | QUERYFORCONNECTION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.