2.2.24 IIS_USER_INFO_1
The IIS_USER_INFO_1 structure describes a user connected to an Internet protocol server.
This type is declared as follows:
-
typedef struct _IIS_USER_INFO_1 { DWORD idUser; [string] LPWSTR pszUser; BOOL fAnonymous; DWORD inetHost; DWORD tConnect; } IIS_USER_INFO_1, *LPIIS_USER_INFO_1;
idUser: A unique identifier for the user.
pszUser: A name for the user, not necessarily unique.
fAnonymous: Indicates whether or not the user connected anonymously. This field MUST be one of the following values.
-
Value
Meaning
TRUE
1
The user is logged on as Anonymous.
FALSE
0
The user is not logged on as Anonymous.
inetHost: The host IPv4 address. Data is stored in network byte order.
tConnect: The user connection time measured in elapsed seconds.