FreeRDP
sam.h File Reference
#include <winpr/winpr.h>
#include <winpr/wtypes.h>
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ SamClose()

WINPR_API void SamClose ( WINPR_SAM *  sam)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SamFreeEntry()

WINPR_API void SamFreeEntry ( WINPR_SAM *  sam,
WINPR_SAM_ENTRY *  entry 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SamLookupUserA()

WINPR_API WINPR_SAM_ENTRY* SamLookupUserA ( WINPR_SAM *  sam,
LPCSTR  User,
UINT32  UserLength,
LPCSTR  Domain,
UINT32  DomainLength 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SamLookupUserW()

WINPR_API WINPR_SAM_ENTRY* SamLookupUserW ( WINPR_SAM *  sam,
LPCWSTR  User,
UINT32  UserLength,
LPCWSTR  Domain,
UINT32  DomainLength 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SamOpen()

WINPR_API WINPR_SAM* SamOpen ( const char *  filename,
BOOL  readOnly 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SamResetEntry()

WINPR_API void SamResetEntry ( WINPR_SAM_ENTRY *  entry)
Here is the call graph for this function:
Here is the caller graph for this function: