Direct3DCreate9()

功能:

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

Header d3d9.h
Import library d3d9.lib
Minimum operating systems Windows 98

 

 

 

 

 

 

你可能感兴趣的:(Direct3DCreate9())