The SIMCONNECT_RECV_CAMERA_WORLD_LOCKER structure is a response with the different data related to the camera locker.

 

Syntax
struct SIMCONNECT_RECV_CAMERA_WORLD_LOCKER: public SIMCONNECT_RECV
{
    SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS Status;
};

 

Members
MemberDescription
StatusInformation about the camera locker status. See SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS

 

Remarks

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