Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The GetBackingFileDuration method retrieves the duration of each backing file.
Syntax
HRESULT GetBackingFileDuration(
DWORD* pdwSeconds
);
Parameters
pdwSeconds
[out] Pointer to a variable that receives the file duration, in seconds.
Return Values
Returns an HRESULT. Possible values include those in the following table.
Value | Description |
S_OK | The method succeeded. |
Requirements
Include Sbe.h.
See Also