共用方式為


MFDeserializePresentationDescriptor 函式 (mfidl.h)

從位元組數位還原串行化表示描述元。

語法

HRESULT MFDeserializePresentationDescriptor(
  DWORD                     cbData,
  BYTE                      *pbData,
  IMFPresentationDescriptor **ppPD
);

參數

cbData

pbData 陣列的大小,以位元組為單位。

pbData

包含串行化簡報描述元之位元組數位的指標。

ppPD

接收簡報描述元之 IMFPresentationDescriptor 介面的指標。 呼叫端必須釋放 介面。

傳回值

函式會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。

傳回碼 描述
S_OK
此函數已成功。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 mfidl.h
程式庫 Mfplat.lib
Dll Mfplat.dll

另請參閱

MFSerializePresentationDescriptor

媒體基礎函式