MultiCam Boards Documentation > MultiCam Documentation > MultiCam C++ Reference > Appendix > C++ Predefined Types

C++ Predefined Types

The following data types are used in the MultiCam C++ Reference. They are predefined using typedef.

C++ predefined types

Predefined type

Description

MCPARAMID

Unsigned 32-bit integer.

typedef UINT32 MCPARAMID;

 

MCSIGNAL

Signed 32-bit integer.

typedef int MCSTATUS;