# SIMCONNECT_RECV_CAMERA_WORLD_LOCKER The **SIMCONNECT\_RECV\_CAMERA\_WORLD\_LOCKER** structure is a response with the different data related to the camera locker.   ##### Syntax ``` cpp struct SIMCONNECT_RECV_CAMERA_WORLD_LOCKER: public SIMCONNECT_RECV { SIMCONNECT_CAMERA_WORLD_LOCKER_STATUS Status; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |----------|----------------------------------------------------------------------------------------------------------------------------------------| | `Status` | Information about the camera locker status. See [SIMCONNECT\_CAMERA\_WORLD\_LOCKER\_STATUS](simconnect-camera-world-locker-status/) | {{< /table-wrapper >}}   ##### Remarks This struct will be the response to a call to `SimConnect_SubscribeToCameraWorldLockerStatusUpdate`.