NetUserModalsGet(3w)

NAME

NetUserModalsGet (NETAPI32.@)

SYNOPSIS

NET_API_STATUS NetUserModalsGet
 (
  LPCWSTR szServer,
  DWORD   level,
  LPBYTE* pbuffer
 )

DESCRIPTION

Retrieves global information for all users and global groups in the security database.

PARAMS

szServer [In] Specifies the DNS or the NetBIOS name of the remote server on which the function is to execute.

level [In] Information level of the data. 0 Return global passwords parameters. bufptr points to a USER_MODALS_INFO_0 struct. 1 Return logon server and domain controller information. bufptr points to a USER_MODALS_INFO_1 struct. 2 Return domain name and identifier. bufptr points to a USER_MODALS_INFO_2 struct. 3 Return lockout information. bufptr points to a USER_MODALS_INFO_3 struct.

pbuffer [In] Buffer that receives the data.

RETURNS

Success: NERR_Success.

Failure: ERROR_ACCESS_DENIED - the user does not have access to the info. NERR_InvalidComputer - computer name is invalid.

IMPLEMENTATION

Defined in "lmaccess.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/netapi32/access.c".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout