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

McCreateNm

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

[C]

MCSTATUS McCreateNm(
  PCHAR ModelName,
  PMCHANDLE Instance
);

Parameters

ModelName

When creating a Channel, use a string representing the connector structure.

When creating a Surface, use McCreate.

Instance

Pointer to the newly created instance.

See Also

Instance Management | McCreate | McDelete