The SIMCONNECT_RECV_CAMERA_DATA structure is a response with the different data related to the current camera.

Syntax
struct SIMCONNECT_RECV_CAMERA_DATA: public SIMCONNECT_RECV
{
    SIMCONNECT_DATA_CAMERA CameraData;
};
Members
MemberDescription
CameraDataInformation about the camera, contained in the SIMCONNECT_DATA_CAMERA struct.
Remarks

This struct will be the response to a call to SimConnect_CameraGet.

0/255