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 |
라이브러리 | Wldap32.lib |
DLL | Wldap32.dll |