The SIMCONNECT_CAMERA_DEFINITION_ITEM structure is used to hold a single string which is the unique ID string identifying a camera.

 

Syntax
struct SIMCONNECT_CAMERA_DEFINITION_ITEM
{
    SIMCONNECT_STRING(Str, 256);
};

 

Members
MemberDescription
strA camera ID string.

 

Remarks

This struct is used as part of the SIMCONNECT_RECV_CAMERA_DEFINITION_LIST.