v2.32
 
IPropertyManager Member List

This is the complete list of members for IPropertyManager, including all inherited members.

AssignPropertyToType([in] GUID propertyId, [in] GUID objectType_)IPropertyManager
AssignPropertyToTypeS([in] BSTR propertyId, [in] BSTR objectType_)IPropertyManager
CreatePropertyDescription([in] BSTR name_, [in] enum PropertyType type_, [out, retval] IPropertyDescription **ppDescription)IPropertyManager
GetPropertyDescription([in] GUID propertyId, [out, retval] PropertyDescription *pDescription)IPropertyManager
GetPropertyDescription2([in] GUID propertyId, [out, retval] IPropertyDescription **ppDescription)IPropertyManager
GetPropertyDescription2S([in] BSTR propertyId, [out, retval] IPropertyDescription **ppDescription)IPropertyManager
GetPropertyId([in] int index, [out, retval] GUID *pPropertyId)IPropertyManager
GetPropertyIdS([in] int index, [out, retval] BSTR *pPropertyId)IPropertyManager
GetPropertyName([in] GUID propertyId, [out, retval] BSTR *pName)IPropertyManager
GetPropertyNameS([in] BSTR propertyId, [out, retval] BSTR *pName)IPropertyManager
GetPropertyType([in] GUID propertyId, [out, retval] enum PropertyType *pType)IPropertyManager
GetPropertyTypeS([in] BSTR propertyId, [out, retval] enum PropertyType *pType)IPropertyManager
IsPropertyAssignedToType([in] GUID propertyId, [in] GUID objectType_, [out, retval] VARIANT_BOOL *pResult)IPropertyManager
IsPropertyAssignedToTypeS([in] BSTR propertyId, [in] BSTR objectType_, [out, retval] VARIANT_BOOL *pResult)IPropertyManager
IsPropertyRegistered([in] GUID propertyId, [out, retval] VARIANT_BOOL *pResult)IPropertyManager
IsPropertyRegisteredS([in] BSTR propertyId, [out, retval] VARIANT_BOOL *pResult)IPropertyManager
PropertyCountIPropertyManager
RegisterProperty([in] GUID propertyId, [in] PropertyDescription description_)IPropertyManager
RegisterProperty2([in] GUID propertyId, [in] IPropertyDescription *pDescription)IPropertyManager
RegisterPropertyS([in] BSTR propertyId, [in] BSTR name_, [in] enum PropertyType type_)IPropertyManager
RegisterPropertyS2([in] BSTR propertyId, [in] IPropertyDescription *pDescription)IPropertyManager
SetPropertyName([in] GUID propertyId, [in] BSTR name)IPropertyManager
UnassignPropertyFromType([in] GUID propertyId, [in] GUID objectType_)IPropertyManager
UnassignPropertyFromTypeS([in] BSTR propertyId, [in] BSTR objectType_)IPropertyManager
UnregisterProperty([in] GUID propertyId)IPropertyManager
UnregisterPropertyS([in] BSTR propertyId)IPropertyManager
UpdateEnumValues([in] GUID propertyId, [in] SAFEARRAY(BSTR) pEnumItems, [in] SAFEARRAY(BSTR) pSubstitutionTable)IPropertyManager