ID3DXFileSaveData::GetSave method

Retrieves a pointer to this ID3DXFileSaveObject file data node.

Syntax

HRESULT GetSave(
  [out] ID3DXFileSaveObject **ppObj
);

Parameters

ppObj [out]

Type: ID3DXFileSaveObject**

Address of a pointer to an ID3DXFileSaveObject interface representing this file data node.

Return value

Type: HRESULT

If the method succeeds, the return value is S_OK. If the method fails, the following value will be returned: D3DXFERR_BADVALUE.

Requirements

Requirement Value
Header
D3DX9Xof.h
Library
D3dx9.lib

See also

ID3DXFileSaveData