Previous | Next |
The GetStatistics method retrieves the current reader statistics.
Syntax
HRESULT GetStatistics(
WM_READER_STATISTICS* pStatistics
);
Parameters
pStatistics
[in] Pointer to a WM_READER_STATISTICS object.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
The WM_READER_STATISTICS structure must be supplied by the user, and will have its values filled in by this call.
See Also
Previous | Next |