NAME

WLDAP32_ber_flatten  (WLDAP32.@)

SYNOPSIS

 INT CDECL  WLDAP32_ber_flatten
 (
  BerElement* berelement,
  PBERVAL*    berval
 )

DESCRIPTION

Flatten a berelement structure into a berval structure.

PARAMS

berlement [In] Pointer to a berelement structure.
berval [Out] Pointer to a berval structure.

RETURNS

Success: 0

Failure: LBER_ERROR.

NOTES

Free the berval structure with ber_bvfree.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/wldap32/ber.c". source.winehq.org/source/dlls/wldap32/ber.c


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.