InstallWinIoDriver
This function installs the WinIo driver. bool _stdcall InstallWinIoDriver(
   PSTR pszWinIoDriverPath,      
   bool IsDemandLoaded           
);                                
Parameters
pszWinIoDriverPath 
[in] Pointer to a null-terminated string that specifies the path to the winio.sys driver. IsDemandLoaded 
[in] This parameter must be set to false函数的资料如上,请问我要调用时应怎样指定WINIO.SYS路径
假设WINIO.SYS就在C盘目录下
CALL InstallWinIoDriver (????,??)
等您!!