IMFSystemId::Setup method (mfidl.h)

Sets up the IMFSystemId.

Syntax

HRESULT Setup(
  UINT32     stage,
  UINT32     cbIn,
  const BYTE *pbIn,
  UINT32     *pcbOut,
  BYTE       **ppbOut
);

Parameters

stage

Stage in the setup process. 0 or 1.

cbIn

Size of the input buffer.

pbIn

The input buffer.

pcbOut

Size of output buffer.

ppbOut

The output buffer.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header mfidl.h

See also

IMFSystemId