@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm !!!!C# Signature: [DllImport("dmcl40.dll", EntryPoint="dmAPIExec", CharSet=CharSet.Ansi, ExactSpelling=true,CallingConvention=CallingConvention.Cdecl)] private extern static int dmAPIExec(string command); !!!!Sample Code: public bool Exec(string command, params object[] args) { string cmd = String.Format(null,command, args); int res = dmAPIExec(cmd); return (res == 1); } !!!!Alternative Managed API: Partially complete... http://workspaces.gotdotnet.com/dm
Edit dmcl40.dmAPIExec
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.