Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.48 KB

idirectxfilebinary--getmimetype.md

File metadata and controls

77 lines (48 loc) · 1.48 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Retrieves the Multipurpose Internet Mail Extensions (MIME) type for the binary data. Deprecated.
57c42ace-4313-40d8-9992-eaf12edf3a30
IDirectXFileBinary::GetMimeType method (DXFile.h)
reference
05/31/2018
APIRef
kbSyntax
IDirectXFileBinary.GetMimeType
COM
D3dxof.lib
D3dxof.dll

IDirectXFileBinary::GetMimeType method

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

Syntax

HRESULT GetMimeType(
  [out] LPCSTR *pszMimeType
);

Parameters

pszMimeType [out]

Type: LPCSTR*

Address of a pointer to receive the MIME type string.

Return value

Type: HRESULT

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 DirectX file for a binary object, the function will set pszMimeType to NULL.

Requirements

Requirement Value
Header
DXFile.h
Library
D3dxof.lib

See also

IDirectXFileBinary