Microsoft DirectX 9.0

IVPNotify2::SetVPSyncMaster

The SetVPSyncMaster method sets whether the video port controls vertical synchronization of the VGA.

Syntax

HRESULT GetVPSyncMaster(
  BOOL bVPSyncMaster
) PURE;

Parameters

bVPSyncMaster

[in] Value specifying whether the video port controls the vertical synchronization of the VGA monitor. TRUE if the port controls the monitor's synchronization; FALSE otherwise.

Return Values

Returns an HRESULT value.

See Also