Thema
:
Delphi
from ANSI_STRING to PAnsichar
Einzelnen Beitrag anzeigen
mohfa
Registriert seit: 11. Feb 2007
97 Beiträge
Delphi 7 Enterprise
#
1
from ANSI_STRING to PAnsichar
24. Okt 2009, 21:46
if i've this ANSI_STRING type :
markieren
Delphi-Quellcode:
type
PANSI_STRING = ^ANSI_STRING;
ANSI_STRING =
record
Length: Word;
MaximumLength: Word;
Buffer: PAnsiChar;
end
;
How could i pass its Value ( ANSI_STRING ) to a PAnsiChar ?
thank you
Zitat
mohfa
Öffentliches Profil ansehen
Mehr Beiträge von mohfa finden