Microsoft DirectX 8.1 (C++) |
Validates the pointer, but the
Syntax
HRESULT get_PrerollTime(
REFTIME *pllTime
);
Parameters
pllTime
Pointer to the returned preroll time as a double value in seconds.
Return Value
Returns E_POINTER if pllTime is invalid. Otherwise, returns E_NOTIMPL.
Remarks
Preroll time is the time prior to the start position at which nonrandom access devices, such as tape players, should start rolling.
See Also