will someone help me? thanks!
here are the prototypes:
DWORD HIGetInfo(LPHDDINFO lpHDDInfo, LPHDDSYSINFO lpHDDSysInfo)
typedef struct _HDDINFO
{
CHAR HIVersion[128];
CHAR HIInstallDate[20];
DWORD HIComputerType;
CHAR HIProcessorType[128];
DWORD DriverStatus;
DWORD LoaderStatus;
CHAR HIImagePath[128];
DWORD HIPortMode;
DWORD HILPT1;
DWORD HILPT2;
DWORD HILPT3;
CHAR HIServerPath[128];
CHAR HIServerSwitches[128];
DWORD HIKeySearch;
} HDDINFO;
typedef HDDINFO FAR *LPHDDINFO;
typedef struct _HDDSYSINFO
{
DWORD HISystemType;
} HDDSYSINFO;
typedef HDDSYSINFO FAR *LPHDDSYSINFO