USER_INFO_1024 structure
The USER_INFO_1024 structure contains the country/region code for a network user's language of choice. This information level is valid only when you call the NetUserSetInfo function.
Syntax
typedef struct _USER_INFO_1024 { DWORD usri1024_country_code; } USER_INFO_1024, *PUSER_INFO_1024, *LPUSER_INFO_1024;
Members
- usri1024_country_code
-
Specifies a DWORD value that indicates the country/region code for the user's language of choice. The user is specified in the username parameter to the NetUserSetInfo function.
This value is ignored.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also