FreeRDP
|
Data Structures | |
struct | WINPR_SAM |
struct | WINPR_SAM_ENTRY |
Functions | |
WINPR_API WINPR_SAM_ENTRY * | SamLookupUserA (WINPR_SAM *sam, LPSTR User, UINT32 UserLength, LPSTR Domain, UINT32 DomainLength) |
WINPR_API WINPR_SAM_ENTRY * | SamLookupUserW (WINPR_SAM *sam, LPWSTR User, UINT32 UserLength, LPWSTR Domain, UINT32 DomainLength) |
WINPR_API void | SamResetEntry (WINPR_SAM_ENTRY *entry) |
WINPR_API void | SamFreeEntry (WINPR_SAM *sam, WINPR_SAM_ENTRY *entry) |
WINPR_API WINPR_SAM * | SamOpen (const char *filename, BOOL readOnly) |
WINPR_API void | SamClose (WINPR_SAM *sam) |
WINPR_API WINPR_SAM_ENTRY* SamLookupUserA | ( | WINPR_SAM * | sam, |
LPSTR | User, | ||
UINT32 | UserLength, | ||
LPSTR | Domain, | ||
UINT32 | DomainLength | ||
) |
WINPR_API WINPR_SAM_ENTRY* SamLookupUserW | ( | WINPR_SAM * | sam, |
LPWSTR | User, | ||
UINT32 | UserLength, | ||
LPWSTR | Domain, | ||
UINT32 | DomainLength | ||
) |
WINPR_API WINPR_SAM* SamOpen | ( | const char * | filename, |
BOOL | readOnly | ||
) |