PyIShellIconOverlayIdentifier.IsMemberOf
int = IsMemberOf(path, attrib )
Determines if a shell object should have an icon overlay
Parameters
Return Value
The gateway implementation of this function should return winerror.S_OK to display the overlay, S_FALSE if not, or throw a COM exception with E_FAIL on error.The client implementation of this function returns the same values - ie, Python's True and False should not be used, as S_OK==0==False.