Microsoft DirectX 9.0 |
The get_BufferingProgress method retrieves a value indicating the buffering progress.
Syntax
HRESULT get_BufferingProgress(
long *pBufferingProgress
);
Parameters
pBufferingProgress
Pointer to a variable that receives a value from 0 to 100, indicating what percentage has completed.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also