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

ber_bvecfree function

The ber_bvecfree function frees an array of berval structures.

Syntax


void ber_bvecfree(
  _In_  PBERVAL *pBerVal
);

Parameters

pBerVal [in]

Pointer to a NULL-terminated array of berval structures to be deallocated.

Return value

None.

Remarks

Use this function only to free an array of berval structures returned by ber_scanf with the V character included in the format string.

An application should not call this function to free a berval structures that it has 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.