NT_FE_CONSOLE_PROPS structure
Holds an extra data block used by IShellLinkDataList. It holds the console's code page.
Syntax
typedef struct { DATABLOCK_HEADER dbh; UINT uCodePage; } NT_FE_CONSOLE_PROPS, *LPNT_FE_CONSOLE_PROPS;
Members
- dbh
-
Type: DATABLOCK_HEADER
-
The DATABLOCK_HEADER structure with the NT_FE_CONSOLE_PROPS structure's size and signature. The signature for an NT_FE_CONSOLE_PROPS structure is NT_FE_CONSOLE_PROPS_SIG.
- uCodePage
-
Type: UINT
-
The console's code page.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
Show: