USER_INFO_1025 structure (lmaccess.h)
The USER_INFO_1025 structure contains the code page 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_1025 {
DWORD usri1025_code_page;
} USER_INFO_1025, *PUSER_INFO_1025, *LPUSER_INFO_1025;
Members
usri1025_code_page
Specifies a DWORD value that indicates the code page for the user's language of choice. The user is specified in the username parameter to the NetUserSetInfo function.
This value is ignored.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lmaccess.h (include Lm.h) |