Microsoft DirectX 9.0

IDVBTLocator::put_Guard

The put_Guard method sets the guard interval.

Syntax

HRESULT put_Guard(
  GuardInterval  GI
);

Parameters

GI

[in] Variable of type GuardInterval that specifies the guard interval.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also