Expand Minimize
This topic has not yet been rated - Rate this topic

MFMapDX9FormatToDXGIFormat function

Converts a Microsoft Direct3D 9 format identifier to a Microsoft DirectX Graphics Infrastructure (DXGI) format identifier.

Syntax


DXGI_FORMAT STDAPI MFMapDX9FormatToDXGIFormat(
  _In_  DWORD dx9
);

Parameters

dx9 [in]

The D3DFORMAT value or FOURCC code to convert.

Return value

Returns a DXGI_FORMAT value.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Mfapi.h

Library

Mfplat.lib

DLL

Mfplat.dll

See also

MFMapDXGIFormatToDX9Format

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.