CreateSoftwareAdapter Method
In This Topic
HRESULT IDXGIFactory::CreateSoftwareAdapter([In] HINSTANCE Module,[Out] IDXGIAdapter** ppAdapter)
Syntax
'Declaration
Public Function CreateSoftwareAdapter( _
ByVal As System.IntPtr _
) As Adapter
public Adapter CreateSoftwareAdapter(
System.IntPtr
)
Parameters
- module
See Also