[]
HRESULT IDirect3D9::CreateDevice([In] unsigned int Adapter,[In] D3DDEVTYPE DeviceType,[In] HWND hFocusWindow,[In] D3DCREATE BehaviorFlags,[In, Buffer] D3DPRESENT_PARAMETERS* pPresentationParameters,[Out, Fast] IDirect3DDevice9** ppReturnedDeviceInterface)
public Device CreateDevice(int adapter, DeviceType deviceType, IntPtr hFocusWindow, CreateFlags behaviorFlags, PresentParameters[] presentationParametersRef)
Type | Name | Description |
---|---|---|
int | adapter | |
DeviceType | deviceType | |
IntPtr | hFocusWindow | |
CreateFlags | behaviorFlags | |
PresentParameters[] | presentationParametersRef |
Type | Description |
---|---|
Device |