Platform SDK: DirectX

D3DXUninitialize

The D3DXUninitialize function frees the resources used by Direct3DX.

HRESULT D3DXUninitialize(); 

Parameters

None.

Return Values

If this function is successful, it returns S_OK; otherwise it returns D3DXERR_D3DXNOTSTARTEDYET.

Remarks

The D3DXUninitialize function is the final call made by a Direct3DX application.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Version: Requires DirectX 7.0.
  Header: Declared in d3dxcore.h.
  Library: Use d3dx.lib.

See Also

D3DXInitialize