C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DXGI Namespace / Output Class / FindClosestMatchingMode Method

In This Topic
FindClosestMatchingMode Method
In This Topic
HRESULT IDXGIOutput::FindClosestMatchingMode([In] const DXGI_MODE_DESC* pModeToMatch,[Out] DXGI_MODE_DESC* pClosestMatch,[In, Optional] IUnknown* pConcernedDevice)
Syntax
'Declaration
 
Public Sub FindClosestMatchingMode( _
   ByRef modeToMatchRef As ModeDescription, _
   ByRef closestMatchRef As ModeDescription, _
   ByVal concernedDeviceRef As ComObject _
) 
 

Parameters

modeToMatchRef
closestMatchRef
concernedDeviceRef
See Also