NTLMEnumUser (Compact 2013)

3/28/2014

This function enumerates a user in a local database.

Syntax

BOOL NTLMEnumUser(
  DWORD index,
  LPTSTR pszUser,
  LPDWORD pcchUser 
);

Parameters

  • index
    [in] The index of the next user to be enumerated.
  • pszUser
    [out] Pointer to a buffer containing the registered user name for this request.
  • pcchUser
    [in, out] On input, pointer to the size of the buffer in characters. On output, this parameter points to the length used, in characters.

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

See Also

Reference

Authentication Services Functions