Skip to content

Latest commit

 

History

History
121 lines (99 loc) · 3.75 KB

nf-shobjidl_core-ishelliconoverlayidentifier-ismemberof.md

File metadata and controls

121 lines (99 loc) · 3.75 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IShellIconOverlayIdentifier.IsMemberOf
IShellIconOverlayIdentifier::IsMemberOf (shobjidl_core.h)
Specifies whether an icon overlay should be added to a Shell object's icon.
IShellIconOverlayIdentifier interface [Windows Shell]
IsMemberOf method
IShellIconOverlayIdentifier.IsMemberOf
IShellIconOverlayIdentifier::IsMemberOf
IsMemberOf
IsMemberOf method [Windows Shell]
IsMemberOf method [Windows Shell]
IShellIconOverlayIdentifier interface
_win32_IShellIconOverlayIdentifier_IsMemberOf
shell.IShellIconOverlayIdentifier_IsMemberOf
shobjidl_core/IShellIconOverlayIdentifier::IsMemberOf
shell\IShellIconOverlayIdentifier_IsMemberOf.htm
shell
02cbe6f3-2ee8-480b-b9c1-a2dbaf80fa26
12/05/2018
IShellIconOverlayIdentifier interface [Windows Shell],IsMemberOf method, IShellIconOverlayIdentifier.IsMemberOf, IShellIconOverlayIdentifier::IsMemberOf, IsMemberOf, IsMemberOf method [Windows Shell], IsMemberOf method [Windows Shell],IShellIconOverlayIdentifier interface, _win32_IShellIconOverlayIdentifier_IsMemberOf, shell.IShellIconOverlayIdentifier_IsMemberOf, shobjidl_core/IShellIconOverlayIdentifier::IsMemberOf
shobjidl_core.h
Shlobj.h
Windows
Windows 2000 Professional, Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shell32.dll (version 5.0 or later)
Windows
19H1
IShellIconOverlayIdentifier::IsMemberOf
shobjidl_core/IShellIconOverlayIdentifier::IsMemberOf
c++
APIRef
kbSyntax
COM
Shell32.dll
IShellIconOverlayIdentifier.IsMemberOf

IShellIconOverlayIdentifier::IsMemberOf

-description

Specifies whether an icon overlay should be added to a Shell object's icon.

-parameters

-param pwszPath [in]

Type: PCWSTR

A Unicode string that contains the fully qualified path of the Shell object.

-param dwAttrib

Type: DWORD

The object's attributes. For a complete list of file attributes and their associated flags, see File Attribute Constants.

-returns

Type: HRESULT

This method returns one of the following:

Return code Description
S_OK
The icon overlay should be displayed.
S_FALSE
The icon overlay should not be displayed.
E_FAIL
The operation failed.

-remarks

The Shell calls this method to determine whether it should display a handler's icon overlay for a particular object. Icon overlay handlers are usually intended to work with a particular group of files. A typical example is a file type, identified by a specific file name extension. An icon overlay handler might request an icon overlay for all members of the file type. Some handlers request an icon overlay only if a member of the file type is in a particular state. However, icon overlay handlers are free to request their icon overlay for any object that they want.

-see-also

IShellIconOverlayIdentifier