Thema
:
Delphi
Convert sample from platform SDK to Delphi
Einzelnen Beitrag anzeigen
Robert Marquardt
(Gast)
n/a Beiträge
#
11
Re: Convert sample from platform SDK to Delphi
21. Dez 2006, 16:17
Try WideString. The Delphi WideString is in fact the Windows BSTR used in
COM
interfaces.
The added conversion is correct. "&&" is "logical and" and "&" is "bitwise and". Delphi uses "and" for both.
"!" is the "logical not" so "= 0" is also correct.
Zitat