Thema: Delphi Strings von (C)-DLL ?

Einzelnen Beitrag anzeigen

Benutzerbild von nicodex
nicodex

Registriert seit: 2. Jan 2008
Ort: Darmstadt
286 Beiträge
 
Delphi 2007 Professional
 
#3

Re: Strings von (C)-DLL ?

  Alt 15. Dez 2008, 16:38
Zitat von ralfiii:
Delphi-Quellcode:
 typedef short   (__stdcall *LPFUNCMTRequestMTHolterRec)   (wchar_t parmCmpFName[MAX_PATH],
   wchar_t parmVoicFName[MAX_PATH],
   short *VoiceRetcode,
 ...
Delphi-Quellcode:
type
  LPFUNCMTRequestMTHolterRec = function(parmCmpFName, parmVoicFName: PWideChar; var VoiceRetcode: SmallInt; ...): SmallInt; stdcall;
  Mit Zitat antworten Zitat