Direct3DCreate9()

来源:互联网 发布:手机淘宝怎么设置客服 编辑:程序博客网 时间:2024/05/17 21:56
功能:

Creates an instance of an IDirect3D9 object.

 

原型:

IDirect3D9 *WINAPI Direct3DCreate9(          UINT SDKVersion);

 

参数:
SDKVersion
The value of this parameter should be D3D_SDK_VERSION. See Remarks.

返回值:

If successful, this function returns a pointer to an IDirect3D9 interface; otherwise, a NULL pointer is returned.

 

Function Information

Headerd3d9.hImport libraryd3d9.libMinimum operating systemsWindows 98