windows-nt/Source/XPSP1/NT/net/layer2svc/wlstore/ldaputils.h

21 lines
419 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
DWORD
AllocateLDAPStringValue(
LPWSTR pszString,
PLDAPOBJECT * ppLdapObject
);
DWORD
AllocateLDAPBinaryValue(
LPBYTE pByte,
DWORD dwNumBytes,
PLDAPOBJECT * ppLdapObject
);
void
FreeLDAPModWs(
LDAPModW ** ppLDAPModW
);