GetOutput(Int32,Output) Method
In This Topic
HRESULT IDXGIAdapter::EnumOutputs([In] unsigned int Output,[Out] IDXGIOutput** ppOutput)
Syntax
'Declaration
Public Overloads Function GetOutput( _
ByVal As System.Integer, _
ByRef As Output _
) As HResult
public HResult GetOutput(
System.int ,
out Output
)
Parameters
- output
- outputOut
See Also