_D3D10CreateDevice

/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////

version(Windows)
extern (Windows)
alias _D3D10CreateDevice = HRESULT function
(
IDXGIAdapter pAdapter
,,
HMODULE Software
,
UINT Flags
,,
ID3D10Device* ppDevice
)

Meta