次の方法で共有


ldap_msgfree関数 (winldap.h)

ldap_msgfree関数は、以前の呼び出しから取得した結果を、ldap_resultまたは同期検索ルーチンの 1 つに解放します。

構文

WINLDAPAPI ULONG LDAPAPI ldap_msgfree(
  [in] LDAPMessage *res
);

パラメーター

[in] res

結果 (結果のチェーン) を解放します。

戻り値

LDAP_SUCCESSを返します。

注釈

ldap_msgfree を呼び出して、res パラメーターが指す結果構造を解放します。

要件

要件
サポートされている最小のクライアント Windows Vista
サポートされている最小のサーバー Windows Server 2008
対象プラットフォーム Windows
ヘッダー winldap.h
Library Wldap32.lib
[DLL] Wldap32.dll

関連項目

関数

ldap_result

ldap_search_ext_s

ldap_search_s

ldap_search_st