IPixEngine2::OnNewDataAvailable method
Requests to indicate that the graphics log has new data inside of it.
Syntax
HRESULT OnNewDataAvailable(
BOOL fSessionEnd,
BOOL fUnloadCurFrame,
INT64 i64FilePositionStart,
INT64 i64FilePositionEnd,
INT32 iObjectTableDataSize,
BYTE [] count4_pObjectTableData
);
Parameters
fSessionEnd
true if the session has ended, otherwise false.
fUnloadCurFrame
Not used.
i64FilePositionStart
The file position, in bytes, at which the new data begins.
i64FilePositionEnd
The file position, in bytes, at which the new data ends.
iObjectTableDataSize
The number of bytes contained in count4_pObjectTableData.
count4_pObjectTableData
An buffer containing data for the object table.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also