Skip to content

Latest commit

 

History

History
86 lines (72 loc) · 2.31 KB

nf-mfidl-mfgetsupportedmimetypes.md

File metadata and controls

86 lines (72 loc) · 2.31 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.MFGetSupportedMimeTypes
MFGetSupportedMimeTypes function (mfidl.h)
Retrieves the MIME types that are registered for the source resolver.
7e7b0e6e-98eb-4fb1-8577-e73eb9d62623
MFGetSupportedMimeTypes
MFGetSupportedMimeTypes function [Media Foundation]
mf.mfgetsupportedmimetypes
mfidl/MFGetSupportedMimeTypes
mf\mfgetsupportedmimetypes.htm
mf
7e7b0e6e-98eb-4fb1-8577-e73eb9d62623
12/05/2018
7e7b0e6e-98eb-4fb1-8577-e73eb9d62623, MFGetSupportedMimeTypes, MFGetSupportedMimeTypes function [Media Foundation], mf.mfgetsupportedmimetypes, mfidl/MFGetSupportedMimeTypes
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mf.lib
Mf.dll
Windows
19H1
MFGetSupportedMimeTypes
mfidl/MFGetSupportedMimeTypes
c++
APIRef
kbSyntax
DllExport
mf.dll
MFGetSupportedMimeTypes

MFGetSupportedMimeTypes function

-description

Retrieves the MIME types that are registered for the source resolver.

-parameters

-param pPropVarMimeTypeArray [out]

Pointer to a PROPVARIANT that receives the MIME types. Before calling this method, call PropVariantInit to initialize the PROPVARIANT. If the method succeeds, the PROPVARIANT contains an array of wide-character strings. The PROPVARIANT data type is VT_VECTOR | VT_LPWSTR. The caller must release the PROPVARIANT by calling PropVariantClear.

-returns

The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The function succeeded.

-see-also

Media Foundation Functions