5 lines
122 B
C
5 lines
122 B
C
|
BOOL IsUserExist(LPWSTR strUsername);
|
||
|
BOOL ValidatePassword(IN LPCWSTR UserName,IN LPCWSTR Domain,IN LPCWSTR Password);
|
||
|
|
||
|
|