Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This function deletes a user name from the local database.
Syntax
BOOL NTLMDeleteUser(
LPTSTR pszUser
);
Parameters
- pszUser
[in] Pointer to the user name to delete.
Return Value
Returns TRUE to indicate success, and FALSE to indicate failure.
Remarks
This function can be called by privileged applications only.
Requirements
Header |
ntlmssp.h |
Library |
Ntlmssp.lib |