Microsoft DirectX 8.0 (C++) |
Retrieves the Multipurpose Internet Mail Extensions (MIME) type for the binary data.
HRESULT GetMimeType( LPCSTR* pszMimeType );
If the method succeeds, the return value is DXFILE_OK.
If the method fails, the return value can be DXFILEERR_BADVALUE.
When there is no MIME type specified in a Microsoft® DirectX® file for a binary object, the function will set pszMimeType to NULL.
Header: Declared in Dxfile.h.
Import Library: Use D3dxof.lib.