Share via


IUIAutomationMultipleViewPattern::GetCurrentSupportedViews Method

Retrieves a collection of control-specific view identifiers.

Syntax

HRESULT GetCurrentSupportedViews(      
    SAFEARRAY *retVal[int]
);

Parameters

  • retVal
    [out, retval] The address of a SAFEARRAY that receives a pointer to an array of view identifiers.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

Working with Safe Arrays