Microsoft DirectX 9.0

IVPNotify2::GetVPSyncMaster

The GetVPSyncMaster method checks whether the video port controls the synchronization of the VGA.

Syntax

HRESULT GetVPSyncMaster(
  BOOL *pbVPSyncMaster
) PURE;

Parameters

pbVPSyncMaster

[out] Pointer to a value indicating 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