windows.winber

\ winber.d * * Windows API header module * * Translated from MinGW Windows headers * by Stewart Gordon * * Placed into public domain * \**********************************************************************

Members

Aliases

LDAP_BERVAL, BERVAL
alias LDAP_BERVAL, BERVAL = BerValue
Undocumented in source.
PLDAP_BERVAL, PBERVAL
alias PLDAP_BERVAL, PBERVAL = BerValue*
Undocumented in source.
ber_int_t, ber_slen_t
alias ber_int_t, ber_slen_t = int
Undocumented in source.
ber_uint_t, ber_len_t, ber_tag_t
alias ber_uint_t, ber_len_t, ber_tag_t = uint
Undocumented in source.

Functions

ber_alloc_t
BerElement* ber_alloc_t(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_bvdup
BerValue* ber_bvdup(BerValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_bvecfree
void ber_bvecfree(BerValue** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_bvfree
void ber_bvfree(BerValue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_first_element
ber_tag_t ber_first_element(BerElement* , ber_len_t* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_flatten
int ber_flatten(BerElement* , BerValue** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_free
void ber_free(BerElement* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_init
BerElement* ber_init(const(BerValue)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_next_element
ber_tag_t ber_next_element(BerElement* , ber_len_t* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_peek_tag
ber_tag_t ber_peek_tag(BerElement* , ber_len_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_printf
int ber_printf(BerElement* , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_scanf
ber_tag_t ber_scanf(BerElement* , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ber_skip_tag
ber_tag_t ber_skip_tag(BerElement* , ber_len_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

BerElement
struct BerElement
Undocumented in source.
BerValue
struct BerValue
LBER_DEFAULT
ber_tag_t LBER_DEFAULT;
Undocumented in source.

Variables

LBER_ERROR
ber_tag_t LBER_ERROR;
LBER_USE_DER
ber_tag_t LBER_USE_DER;
Undocumented in source.

Meta