Home > Back-end >  C # function was translated into C or Delphi
C # function was translated into C or Delphi

Time:09-27

In c # reference BFCZKJK. DLL dynamic library, the function name as follows, how function was translated into c + + or Delphi, please teach

[DllImport (" BFCZKJK. DLL, "EntryPoint=" GetCZKYE ")]
The static extern int GetCZKYE (byte [] sIP, byte [] sPort, byte [] sAPPCODE, byte [] sCDNR, byte [] sHYKNO, byte [] sLSH, byte [] sXFJE, byte [] sJF, [MarshalAs (UnmanagedType. LPArray)] byte [] sCardNO, [MarshalAs (UnmanagedType. LPArray)] byte [] sRemain, [MarshalAs (UnmanagedType. LPArray)] byte [] sERR);

CodePudding user response:

Translate what, DllImport is call DLL, Delphi how to call DLL, online search
  • Related