The SimConnect_UnsubscribeToCameraWorldLockerStatusUpdate function is used to unsubscribe from camera world locker update messages.

Syntax
HRESULT SimConnect_UnsubscribeToCameraWorldLockerStatusUpdate(
    HANDLE hSimConnect
    );
Parameters
ParameterDescriptionType
hSimConnectHandle to a SimConnect object.Integer
Return Values

The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return valueDescription
S_OKThe function succeeded.
E_FAILThe function failed.
Example
SimConnect_UnsubscribeToCameraWorldLockerStatusUpdate(hSimConnect);
Remarks

N/A

0/255