|
|
...
I asked my friends and know there is syntax difference between Delphi and MS products ,and also Sun java. is there 'New' in delphi?
In C#,i know a direct function to call DLL files ,for example:
DllImport("kernel32.dll")
private static extern int GetVolumeInformation(
string lpRootPathName,
string lpVolumeNameBuffer,
int nVolumeNameSize,
ref int lpVolumeSerialNumber,
int lpMaximumComponentLength,
int lpFileSystemFlags,
string lpFileSystemNameBuffer,
int nFileSystemNameSize
);
but I never tried it on SAS.dll;
Busy today, later discuss with you ! |
|