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 Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also