NT_FE_CONSOLE_PROPS structure (shlobj_core.h)

Holds an extra data block used by IShellLinkDataList. It holds the console's code page.

Syntax

typedef struct {
  DATABLOCK_HEADER dbh;
  DATABLOCK_HEADER DUMMYSTRUCTNAME;
  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.

DUMMYSTRUCTNAME

uCodePage

Type: UINT

The console's code page.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional, Windows XP [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header shlobj_core.h (include Shlobj.h)