IQueryInfo::GetInfoFlags method
Gets the information flags for an item. This method is not currently used.
Syntax
HRESULT GetInfoFlags( [out] DWORD *pdwFlags );
Parameters
- pdwFlags [out]
-
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
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Show: