MultiCam Boards Documentation > MultiCam Documentation > MultiCam C Reference > Functions > Instance Management > McCreate

McCreate

Creates an instance for a MultiCam object according to a model referred to by its handle.

[C]

MCSTATUS McCreate(
  MCHANDLE Model,
  PMCHANDLE Instance
);

Parameters

Model

When creating a Channel, use an handle designating the connector structure.

When creating a Surface, use MC_DEFAULT_SURFACE_HANDLE.

Instance

Pointer to the newly created instance.

See Also

Instance Management | McCreateNm | McDelete