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 |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012