MultiCam Boards Documentation > MultiCam Documentation > MultiCam User Guide > MultiCam Basics > Classes > Accessing a MultiCam Object

Accessing a MultiCam Object

The native way for the application to interact with the MultiCam driver is the API in C language. The instance of a class object is designated by a handle of the MultiCam-defined type MCHANDLE. This type is defined in the MultiCam.h header, which is a part of the MultiCam release. Almost all the MultiCam functions are using such a handle as an argument.