Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
Re: Volume GUID
26. Feb 2007, 18:17
Zitat von Daniel G:
Zitat von Neutral General:
oder ich finde einfach nicht die richtige Unit die ich einbinden muss...
Na ja, dann importiere sie doch einfach selbst.
Delphi-Quellcode:
Function GetVolumeNameForVolumeMountPoint(lpszVolumeMountPoint: PAnsiChar; lpszVolumeName: PAnsiChar; cchBufferLength: DWORD;): Bolean; stdcall; external 'kernel32.dll' name 'GetVolumeNameForVolumeMountPoint';
);
Ich lieeebe importieren
Danke
Gruß
Neutral General
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|