D3DRMXOFFORMAT

typedef enum _D3DRMXOFFORMAT{

D3DRMXOF_BINARY,

D3DRMXOF_COMPRESSED,

D3DRMXOF_TEXT

} D3DRMXOFFORMAT;

Defines the file type used by the IDirect3DRMMeshBuilder::Save method.

D3DRMXOF_BINARY

Not currently supported.

D3DRMXOF_COMPRESSED

Not currently supported.

D3DRMXOF_TEXT

File is in text format. This is the only file type that is currently supported.