ID3DXFileSaveData::GetType

Retrieves the template ID of this file data node.

HRESULT GetType(
  GUID * type
);

Parameters

type
[in] Pointer to the GUID representing the template in this file data node.

Return Values

If the method succeeds, the return value is S_OK. If the method fails, the return value can be one of the following: D3DXFERR_BADOBJECT, D3DXFERR_BADVALUE.

Requirements

Header: Declared in D3dx9xof.h.