This topic has not yet been rated - Rate this topic

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

Shlobj.h

DLL

Shell32.dll (version 4.71 or later)

See also

IQueryInfo

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.