Skip to content

Latest commit

 

History

History
110 lines (74 loc) · 3.03 KB

ns-shtypes-shelldetails.md

File metadata and controls

110 lines (74 loc) · 3.03 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:shtypes._SHELLDETAILS
SHELLDETAILS (shtypes.h)
Reports detailed information on an item in a Shell folder.
*LPSHELLDETAILS
LPSHELLDETAILS
LPSHELLDETAILS structure pointer [Windows Shell]
LVCFMT_CENTER
LVCFMT_COL_HAS_IMAGES
LVCFMT_LEFT
LVCFMT_RIGHT
SHELLDETAILS
SHELLDETAILS structure [Windows Shell]
The alignment of the leftmost column is always left-justified and cannot be changed.
_win32_SHELLDETAILS_str
shell.SHELLDETAILS_str
shtypes/LPSHELLDETAILS
shtypes/SHELLDETAILS
shell\SHELLDETAILS_str.htm
shell
2910debb-b769-4498-bd99-9fbf16567e15
12/05/2018
*LPSHELLDETAILS, LPSHELLDETAILS, LPSHELLDETAILS structure pointer [Windows Shell], LVCFMT_CENTER, LVCFMT_COL_HAS_IMAGES, LVCFMT_LEFT, LVCFMT_RIGHT, SHELLDETAILS, SHELLDETAILS structure [Windows Shell], The alignment of the leftmost column is always left-justified and cannot be changed., _win32_SHELLDETAILS_str, shell.SHELLDETAILS_str, shtypes/LPSHELLDETAILS, shtypes/SHELLDETAILS
shtypes.h
Windows
Windows 2000 Professional, Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shtypes.idl
Windows
SHELLDETAILS, *LPSHELLDETAILS
19H1
_SHELLDETAILS
shtypes/_SHELLDETAILS
LPSHELLDETAILS
shtypes/LPSHELLDETAILS
SHELLDETAILS
shtypes/SHELLDETAILS
c++
APIRef
kbSyntax
HeaderDef
Shtypes.h
SHELLDETAILS

SHELLDETAILS structure

-description

Reports detailed information on an item in a Shell folder.

-struct-fields

-field fmt

Type: int

The alignment of the column heading and the subitem text in the column. This member can be one of the following values.

LVCFMT_CENTER

Text is centered.

LVCFMT_COL_HAS_IMAGES

Version 4.70. Header item contains an image in the image list.

LVCFMT_LEFT

Text is left-aligned.

LVCFMT_RIGHT

Text is right-aligned.

-field cxChar

Type: int

The number of average-sized characters in the header.

-field str

Type: STRRET

An STRRET structure that includes a string with the requested information. To convert this structure to a string, use StrRetToBuf or StrRetToStr.

-see-also

IShellDetails::GetDetailsOf