Прочитать на английском

Поделиться через


Структура IDxcContainerReflection (dxcapi.h)

Интерфейс, представляющий DxcContainerReflection.

Чтобы получить экземпляр этого интерфейса, вызовите DxcCreateInstance с CLSID_DxcContainerReflection.

Синтаксис

struct IDxcContainerReflection : IUnknown {
  HRESULT Load(
    IDxcBlob *pContainer
  );
  HRESULT GetPartCount(
    UINT32 *pResult
  );
  HRESULT GetPartKind(
    UINT32 idx,
    UINT32 *pResult
  );
  HRESULT GetPartContent(
    UINT32   idx,
    IDxcBlob **ppResult
  );
  HRESULT FindFirstPartKind(
    UINT32 kind,
    UINT32 *pResult
  );
  HRESULT GetPartReflection(
    UINT32 idx,
    REFIID iid,
    void   **ppvObject
  );
};

Наследование

Структура IDxcContainerReflection реализует IUnknown.

Требования

   
Верхняя часть dxcapi.h