C# syntax for encrypt.dll, an attempt was made to load a program with the incorrect format
my syntax is as follows, [DllImport("encryptpdf.dll", EntryPoint = "veryEncryptPDF")]public static extern long EncryptPDF(string inFileName, string outFileName, long EncryptLen, long permission, string OWNER, string user); however...