Expand Minimize
This topic has not yet been rated - Rate this topic

ber_bvfree function

The ber_bvfree function frees a berval structure.

Syntax


void ber_bvfree(
  _In_  BERVAL *pBerVal
);

Parameters

pBerVal [in]

Pointer to the berval structure to be deallocated.

Return value

None.

Remarks

Applications should not call this function to free berval structures that they themselves have allocated.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winber.h

Library

Wldap32.lib

DLL

Wldap32.dll

See also

Functions
berval

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.