SimConnect_UnsubscribeToCameraStatusUpdate
The SimConnect_UnsubscribeToCameraStatusUpdate function is used to unsubscribe from camera update messages.
Syntax
HRESULT SimConnect_UnsubscribeToCameraStatusUpdate(
HANDLE hSimConnect
);
Parameters
| Parameter | Description | Type |
|---|---|---|
| hSimConnect | Handle 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 value | Description |
|---|---|
| S_OK | The function succeeded. |
| E_FAIL | The function failed. |
Example
SimConnect_UnsubscribeToCameraStatusUpdate(hSimConnect);
Remarks
N/A
Related Topics
0/255