IQueryInfo::GetInfoFlags method (shlobj_core.h)

Gets the information flags for an item. This method is not currently used.

Syntax

HRESULT GetInfoFlags(
  [out] DWORD *pdwFlags
);

Parameters

[out] pdwFlags

Type: DWORD*

A pointer to a value that receives the flags for the item. If no flags are to be returned, this value should be set to zero.

Return value

Type: HRESULT

Returns S_OK if pdwFlags returns any flag values, or a COM-defined error value otherwise.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional, Windows XP [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shlobj_core.h
DLL Shell32.dll (version 4.71 or later)

See also

IQueryInfo