The SIMCONNECT_RECV_CAMERA_DEFINITION_LIST struct is used to return an array containing the various names of the available cameras.

Syntax
struct SIMCONNECT_RECV_CAMERA_DEFINITION_LIST : public SIMCONNECT_RECV_LIST_TEMPLATE
{
    SIMCONNECT_CAMERA_DEFINITION_ITEM[] rgData;
};
Members
MemberDescription
rgDataThis is an array that will contain a number of SIMCONNECT_CAMERA_DEFINITION_ITEM structs. Each of these structs will hold a camare ID string.
Remarks

This structure is sent when the SimConnect_EnumerateCameraDefinitions function is called.

0/255