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