Microsoft DirectX 8.1 (C++) |
The get_Guard method retrieves the guard interval.
Syntax
HRESULT get_Guard(
GuardInterval* pGI
);
Parameters
pGI
[out] Pointer that receives a valid GuardInterval value.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also