| Microsoft DirectX 8.1 (C++) | 
The GetPreroll method retrieves the 
Syntax
HRESULT GetPreroll(
    LONGLONG *pPreroll
);
Parameters
pPreroll
Pointer to a variable that receives the preroll time. The value is set to zero.
Return Value
Returns one of the HRESULT values listed in the following table.
| Value | Description | 
| S_OK | Success | 
| E_POINTER | NULL pointer value | 
See Also