次の方法で共有


ber_free関数 (winber.h)

ber_free関数は、以前にber_alloc_t、ber_init、または/ ldap_first_attribute ldap_next_attribute検索機能で割り当てられた BerElement 構造体解放します。

構文

WINBERAPI VOID BERAPI ber_free(
  [in] BerElement *pBerElement,
  [in] INT        fbuf
);

パラメーター

[in] pBerElement

割り当てを解除する BerElement 構造体へのポインター。

[in] fbuf

ldap_first_attribute/ ldap_next_attributeによって割り当てられた構造体を解放する場合は、0 に設定する必要があります。それ以外の場合は 1 に設定する必要があります。

戻り値

[なし] :

必要条件

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

こちらもご覧ください

BerElement

関数

ber_alloc_t