Share via


IUIAutomationProxyFactoryEntry::CanCheckBaseClass Property

Sets or retrieves a value that specifies whether the base class can be checked when searching for a proxy factory.

Syntax

HRESULT IUIAutomationProxyFactoryEntry::get_CanCheckBaseClass(BOOL *pcanCheckBaseClass);
HRESULT IUIAutomationProxyFactoryEntry::put_CanCheckBaseClass(BOOL canCheckBaseClass);

Parameters

  • pcanCheckBaseClass
    The address of a variable that receives the value of the property: TRUE if the base class can be checked, otherwise FALSE.
  • canCheckBaseClass
    The new value for the property: TRUE if the base class can be checked, otherwise FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.