NTLMSetUserInfo (Compact 2013)

3/28/2014

This function adds user information to the local database.

Syntax

BOOL NTLMSetUserInfo(
  LPTSTR pszUser,
  LPTSTR pszPassword
);

Parameters

  • pszUser
    [in] Pointer to the user name. The user name is created if it does not exist.
  • pszPassword
    [in] Pointer to the password, with a maximum of 15 characters.

Return Value

Returns TRUE to indicate success, and FALSE to indicate failure.

Remarks

This function can be called by trusted applications only.

Requirements

Header

ntlmssp.h

Library

Ntlmssp.lib

See Also

Reference

Authentication Services Functions