MultiCam Boards Documentation > MultiCam Documentation > MultiCam C Reference > Functions > Driver Connection > McOpenDriver

McOpenDriver

Establishes the communication of the application process with the MultiCam driver.

[C]

MCSTATUS McOpenDriver(
  PCCHAR MultiCamName
);

Parameters

MultiCamName

This argument is reserved for future functionality. Specify a NULL pointer.

Remarks

See Also

Driver Connection | McCloseDriver