ID3DXFileSaveData::GetSave

Retrieves a pointer to this ID3DXFileSaveObject file data node.

HRESULT GetSave(
  ID3DXFileSaveObject ** ppObj
);

Parameters

ppObj
[out] Address of a pointer to an ID3DXFileSaveObject interface representing this file data node.

Return Values

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

Requirements

Header: Declared in D3dx9xof.h.