We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdae33 commit 4f06e38Copy full SHA for 4f06e38
SimConnect/Attributes.py
@@ -755,7 +755,7 @@ def __init__(self, library_path):
755
# const char * szState);
756
self.RequestSystemState = self.SimConnect.SimConnect_RequestSystemState
757
self.RequestSystemState.restype = HRESULT
758
- self.RequestSystemState.argtypes = []
+ self.RequestSystemState.argtypes = [HANDLE,SIMCONNECT_DATA_REQUEST_ID, c_char_p]
759
760
# SIMCONNECTAPI SimConnect_SetSystemState(
761
# HANDLE hSimConnect,
0 commit comments