FreeRDP
|
Data Structures | |
struct | WINPR_SAM_ENTRY |
Functions | |
WINPR_API WINPR_SAM_ENTRY * | SamLookupUserA (WINPR_SAM *sam, LPCSTR User, UINT32 UserLength, LPCSTR Domain, UINT32 DomainLength) |
WINPR_API WINPR_SAM_ENTRY * | SamLookupUserW (WINPR_SAM *sam, LPCWSTR User, UINT32 UserLength, LPCWSTR 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 void SamClose | ( | WINPR_SAM * | sam | ) |
WINPR_API void SamFreeEntry | ( | WINPR_SAM * | sam, |
WINPR_SAM_ENTRY * | entry | ||
) |
WINPR_API WINPR_SAM_ENTRY* SamLookupUserA | ( | WINPR_SAM * | sam, |
LPCSTR | User, | ||
UINT32 | UserLength, | ||
LPCSTR | Domain, | ||
UINT32 | DomainLength | ||
) |
WINPR_API WINPR_SAM_ENTRY* SamLookupUserW | ( | WINPR_SAM * | sam, |
LPCWSTR | User, | ||
UINT32 | UserLength, | ||
LPCWSTR | Domain, | ||
UINT32 | DomainLength | ||
) |
WINPR_API WINPR_SAM* SamOpen | ( | const char * | filename, |
BOOL | readOnly | ||
) |
WINPR_API void SamResetEntry | ( | WINPR_SAM_ENTRY * | entry | ) |