d3d9.dllGetMimeType
Microsoft DirectX 9.0 SDK Update (October 2004)

IDirectXFileBinary::GetMimeType Method


Retrieves the Multipurpose Internet Mail Extensions (MIME) type for the binary data. Deprecated.

Syntax

HRESULT GetMimeType(      

    LPCSTR *pszMimeType );

Parameters

pszMimeType
[out] Address of a pointer to receive the MIME type string.

Return Value

If the method succeeds, the return value is DXFILE_OK.

If the method fails, the return value can be DXFILEERR_BADVALUE.



Remarks

When there is no MIME type specified in a Microsoft DirectX file for a binary object, the function will set pszMimeType to NULL.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.