CreateDeviceEx Method
CreateDeviceEx(int, DeviceType, IntPtr, int, PresentParameters[], DisplayModeEx[])
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)
Declaration
public DeviceEx CreateDeviceEx(int adapter, DeviceType deviceType, IntPtr hFocusWindow, int behaviorFlags, PresentParameters[] presentationParametersRef, DisplayModeEx[] fullscreenDisplayModeRef)
Public Function CreateDeviceEx(adapter As Integer, deviceType As DeviceType, hFocusWindow As IntPtr, behaviorFlags As Integer, presentationParametersRef As PresentParameters(), fullscreenDisplayModeRef As DisplayModeEx()) As DeviceEx
Parameters
Returns