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

ber_init function

The ber_init function allocates a new BerElement structure containing the data taken from the supplied berval structure.

Syntax


BerElement* ber_init(
  _In_  BERVAL *pBerVal
);

Parameters

pBerVal [in]

Pointer to the source berval structure.

Return value

If the function succeeds, the return value is a pointer to the newly allocated BerElement structure.

If the function fails, it returns a NULL pointer.

Remarks

Call ber_free to free a BerElement structure allocated with this function.

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
BerElement
ber_free

 

 

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.