Desktop Functions: Smart Device Functions:
|
Search Results for "dmAPIGet" in [All]dmcl401: dmAPIGet
[DllImport("dmcl40.dll", EntryPoint="dmAPIGet", CharSet=CharSet.Ansi, ExactSpelling=true,CallingConvention=CallingConvention.Cdecl)]
private extern static IntPtr dmAPIGet(string cmd);
IntPtr res = dmAPIGet(cmd); |