Share via


IUIAutomationCacheRequest::Clone Method

Creates a copy of the cache request.

Syntax

HRESULT Clone(      
    IUIAutomationCacheRequest **clonedRequest
);

Parameters

  • clonedRequest
    [out, retval] The address of a variable that receives a pointer to the IUIAutomationCacheRequest interface of the copy.

Return Value

Returns S_OK if successful, or an error value otherwise.