Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Passes initialization information to IColumnProvider::Initialize.
Syntax
typedef struct {
ULONG dwFlags;
ULONG dwReserved;
WCHAR wszFolder[MAX_PATH];
} SHCOLUMNINIT, *LPSHCOLUMNINIT;
Members
dwFlags
Type: ULONG
Initialization flags. Reserved. Set to NULL
dwReserved
Type: ULONG
Reserved. Set to NULL.
wszFolder[MAX_PATH]
Type: WCHAR[MAX_PATH]
A pointer to a null-terminated Unicode string with a fully qualified folder path. The string will be empty if multiple folders are specified.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | shlobj.h |