2009年5月29日

Delphi dll name

Delphi - Call procedure in DLL Form from DLL Source.

function Sto_GetModuleName: String;
var
szFileName: array[0..MAX_PATH] of Char;
begin
GetModuleFileName(hInstance, szFileName, MAX_PATH);
Result := szFileName;
end;

沒有留言:

網誌存檔