Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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 |