Registriert seit: 10. Jun 2002
Ort: Unterhaching
11.412 Beiträge
Delphi 12 Athens
|
Re: [Vista] lokalisierter Dateiname => realer Dateinamen
18. Jun 2007, 17:36
Zitat von IB-Software:
pszPath ist ja noch klar = pchar
Nope, aber PWideChar
Delphi-Quellcode:
function SHGetLocalizedName(
pszPath: PWideChar;
var pszResModule: PWideChar;
cch: UINT;
var pidsRes: Integer;
): HRESULT; stdcall;
... ...
Daniel Lizbeth Ich bin nicht zurück, ich tue nur so
|