HRESULT IDirect3D9Ex::CreateDeviceEx([In] unsigned int Adapter,[In] D3DDEVTYPE DeviceType,[In] HWND hFocusWindow,[In] unsigned int BehaviorFlags,[In, Buffer] D3DPRESENT_PARAMETERS* pPresentationParameters,[In, Buffer, Optional] D3DDISPLAYMODEEX* pFullscreenDisplayMode,[Out, Fast] IDirect3DDevice9Ex** ppReturnedDeviceInterface)
シンタックス
'宣言
Public Function CreateDeviceEx( _
ByVal As System.Integer, _
ByVal As DeviceType, _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal () As PresentParameters, _
ByVal () As DisplayModeEx _
) As DeviceEx
public DeviceEx CreateDeviceEx(
System.int ,
DeviceType ,
System.IntPtr ,
System.int ,
PresentParameters[] ,
DisplayModeEx[]
)
パラメータ
- adapter
- deviceType
- hFocusWindow
- behaviorFlags
- presentationParametersRef
- fullscreenDisplayModeRef
参照