struttura WKSTA_USER_INFO_1 (lmwksta.h)

La struttura WKSTA_USER_INFO_1 contiene informazioni utente relative a una workstation specifica. Le informazioni includono il nome dell'utente corrente e i domini a cui si accede dalla workstation.

Sintassi

typedef struct _WKSTA_USER_INFO_1 {
  LMSTR wkui1_username;
  LMSTR wkui1_logon_domain;
  LMSTR wkui1_oth_domains;
  LMSTR wkui1_logon_server;
} WKSTA_USER_INFO_1, *PWKSTA_USER_INFO_1, *LPWKSTA_USER_INFO_1;

Members

wkui1_username

Specifica il nome dell'utente attualmente connesso alla workstation.

Questa stringa è Unicode se sono definite _WIN32_WINNT o FORCE_UNICODE .

wkui1_logon_domain

Specifica il nome del dominio in cui l'utente è attualmente connesso.

Questa stringa è Unicode se sono definite _WIN32_WINNT o FORCE_UNICODE .

wkui1_oth_domains

Specifica l'elenco dei domini del sistema operativo esplorati dalla workstation. I nomi di dominio sono separati da spazi vuoti.

Questa stringa è Unicode se sono definite _WIN32_WINNT o FORCE_UNICODE .

wkui1_logon_server

Specifica il nome del server che ha autenticato l'utente.

Questa stringa è Unicode se sono definite _WIN32_WINNT o FORCE_UNICODE .

Requisiti

   
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione lmwksta.h (include Lm.h)

Vedi anche

NetWkstaUserEnum

NetWkstaUserGetInfo

NetWkstaUserSetInfo

Panoramica della gestione della rete

Strutture di gestione di rete

Funzioni utente workstation e workstation