Skip to content

Commit 4f06e38

Browse files
committed
Added argument types to RequestSystemState.
1 parent 6fdae33 commit 4f06e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimConnect/Attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ def __init__(self, library_path):
755755
# const char * szState);
756756
self.RequestSystemState = self.SimConnect.SimConnect_RequestSystemState
757757
self.RequestSystemState.restype = HRESULT
758-
self.RequestSystemState.argtypes = []
758+
self.RequestSystemState.argtypes = [HANDLE,SIMCONNECT_DATA_REQUEST_ID, c_char_p]
759759

760760
# SIMCONNECTAPI SimConnect_SetSystemState(
761761
# HANDLE hSimConnect,

0 commit comments

Comments
 (0)