int AdvSubmitShortMsg(LPCSTR lpszRecipients, int nPrior, LPCSTR lpszSchedule, LPCSTR lpszExpire, LPCSTR lpszSMContent, int ContentIsBig5, ULONG* upSM_ID, int* npError);
帮我转换成delphi的原形,谢谢拉

解决方案 »

  1.   

    function AdvSubmitSortMsg(lpszRecipients:Pchar; nPrior:integer; lpszSchedule, lpszExpire, lpszSMContent: PChar; ContentIsBig5: integer; upSM_ID, npError: ^Integer): integer;
      

  2.   

    function AdvSubmitSortMsg(lpszRecipients:Pchar; nPrior:integer; lpszSchedule, lpszExpire, lpszSMContent: PChar; ContentIsBig5: integer; upSM_ID, npError: ^Integer): integer;
      

  3.   

    function AdvSubmitSortMsg(lpszRecipients:Pchar; nPrior:integer; lpszSchedule, lpszExpire, lpszSMContent: PChar; ContentIsBig5: integer; upSM_ID, npError: PInteger): integer;