Share via


IVPNotify2::GetVPSyncMaster

 
Microsoft DirectShow 9.0

IVPNotify2::GetVPSyncMaster

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

Syntax

  HRESULT GetVPSyncMaster(
  BOOL *pbVPSyncMaster
);

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.

Requirements

Header: Include Vptype.h, Vpnotify.h

Library: Use Strmiids.lib.

See Also