Expand Minimize
This topic has not yet been rated - Rate this topic

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

Shlobj.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.