IOfflineAnalysisCacheRequest::RequestOfflineAnalysisReportAvailabilityAsync method

Requests to cache offline analysis report of the specified frames.

Syntax

HRESULT RequestOfflineAnalysisReportAvailabilityAsync(
   DWORD                           numFrames,
   DWORD []                        count0_frameNumbers,
   IOfflineAnalysisCacheCallback * requestCallback
);

Parameters

numFrames
The number of frames to generate analysis reports for.

count0_frameNumbers
The specified frames.

requestCallback
The address of a callback used to notify the host of results.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IOfflineAnalysisCacheRequest