@@ -268,6 +268,10 @@ def load_api(path):
268268 dll .Any_newFrom_Double_on_client .argtypes = (ctypes .c_void_p , ctypes .c_double , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
269269 dll .Any_newFrom_Double_on_client .restype = ctypes .c_void_p
270270
271+ if hasattr (dll , "Any_getCopy" ):
272+ dll .Any_getCopy .argtypes = (ctypes .c_int32 , ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
273+ dll .Any_getCopy .restype = ctypes .c_void_p
274+
271275 #-------------------------------------------------------------------------------
272276 # Client
273277 #-------------------------------------------------------------------------------
@@ -687,6 +691,10 @@ def load_api(path):
687691 dll .DataProcessing_descriptionString .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
688692 dll .DataProcessing_descriptionString .restype = ctypes .POINTER (ctypes .c_char )
689693
694+ if hasattr (dll , "DataProcessing_descriptionString_with_size" ):
695+ dll .DataProcessing_descriptionString_with_size .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_uint64 ), ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
696+ dll .DataProcessing_descriptionString_with_size .restype = ctypes .POINTER (ctypes .c_char )
697+
690698 if hasattr (dll , "DataProcessing_deleteString" ):
691699 dll .DataProcessing_deleteString .argtypes = (ctypes .POINTER (ctypes .c_char ), ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
692700 dll .DataProcessing_deleteString .restype = None
@@ -2480,6 +2488,10 @@ def load_api(path):
24802488 dll .dpf_Operator_delete .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
24812489 dll .dpf_Operator_delete .restype = None
24822490
2491+ if hasattr (dll , "Operator_connect_DpfType" ):
2492+ dll .Operator_connect_DpfType .argtypes = (ctypes .c_void_p , ctypes .c_int32 , ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
2493+ dll .Operator_connect_DpfType .restype = None
2494+
24832495 if hasattr (dll , "Operator_connect_int" ):
24842496 dll .Operator_connect_int .argtypes = (ctypes .c_void_p , ctypes .c_int32 , ctypes .c_int32 , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
24852497 dll .Operator_connect_int .restype = None
@@ -3979,6 +3991,10 @@ def load_api(path):
39793991 dll .GenericDataContainer_setPropertyAny .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_char ), ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
39803992 dll .GenericDataContainer_setPropertyAny .restype = None
39813993
3994+ if hasattr (dll , "GenericDataContainer_setPropertyDpfType" ):
3995+ dll .GenericDataContainer_setPropertyDpfType .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_char ), ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
3996+ dll .GenericDataContainer_setPropertyDpfType .restype = None
3997+
39823998 if hasattr (dll , "GenericDataContainer_getPropertyTypes" ):
39833999 dll .GenericDataContainer_getPropertyTypes .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
39844000 dll .GenericDataContainer_getPropertyTypes .restype = ctypes .c_void_p
@@ -4366,6 +4382,10 @@ def load_api(path):
43664382 dll .WorkFlow_write_to_text .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
43674383 dll .WorkFlow_write_to_text .restype = ctypes .POINTER (ctypes .c_char )
43684384
4385+ if hasattr (dll , "WorkFlow_connect_DpfType" ):
4386+ dll .WorkFlow_connect_DpfType .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_char ), ctypes .c_void_p , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
4387+ dll .WorkFlow_connect_DpfType .restype = None
4388+
43694389 if hasattr (dll , "WorkFlow_connect_int" ):
43704390 dll .WorkFlow_connect_int .argtypes = (ctypes .c_void_p , ctypes .POINTER (ctypes .c_char ), ctypes .c_int32 , ctypes .POINTER (ctypes .c_int32 ), ctypes .POINTER (ctypes .c_wchar_p ), )
43714391 dll .WorkFlow_connect_int .restype = None
0 commit comments