IPlayToSourceClassFactory::CreateInstance method (mfsharingengine.h)

Creates an instance of the PlayToController object.

Syntax

HRESULT CreateInstance(
  [in]  DWORD          dwFlags,
  [in]  IPlayToControl *pControl,
  [out] IInspectable   **ppSource
);

Parameters

[in] dwFlags

A bitwise OR of flags from the PLAYTO_SOURCE_CREATEFLAGS enumeration.

[in] pControl

A pointer to the IPlayToControl interface.

[out] ppSource

Receives a pointer to the IInspectable interface. The caller must release the interface.

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 mfsharingengine.h

See also

IPlayToSourceClassFactory