a wrapper is been written for a .dll file to use in python. a function has argument as reference of instance of structure of structures. like this
this is C#
settings(Int32 hObject, ref FSettings pSettings)
public struct FSettings
{
public UInt16 perf_en;
public CSETTINGS C1;
public CFSETTINGS Cf1;
}
public struct CSETTINGS
...
User Profile
Collapse
-
laktej started a topic How to pass a reference of instance of a structure of structures in python using ctypin PythonHow to pass a reference of instance of a structure of structures in python using ctyp
No activity results to display
Show More