发布网友 发布时间:2022-04-24 02:05
共1个回答
热心网友 时间:2023-10-20 19:46
'vb版
Private Declare Function icePub_deleteFiles Lib "icePubDll.dll" (ByVal strCurrentPath As String) As Integer
icePub_deleteFiles("c:\windows\")
//vc版
typedef int (WINAPI ICEPUB_DELETEFILES)(char *strCurrentPath);
ICEPUB_DELETEFILES *icePub_deleteFiles = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_deleteFiles = (ICEPUB_DELETEFILES *)GetProcAddress(hDLLDrv, "icePub_deleteFiles");
}
if(icePub_deleteFiles)
icePub_deleteFiles("c:\\windows\\");
if(hDLLDrv)
FreeLibrary(hDLLDrv);
http://icese.net/read.php?tid=8499
可下icePubDll.dll
热心网友 时间:2023-10-20 19:46
'vb版
Private Declare Function icePub_deleteFiles Lib "icePubDll.dll" (ByVal strCurrentPath As String) As Integer
icePub_deleteFiles("c:\windows\")
//vc版
typedef int (WINAPI ICEPUB_DELETEFILES)(char *strCurrentPath);
ICEPUB_DELETEFILES *icePub_deleteFiles = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_deleteFiles = (ICEPUB_DELETEFILES *)GetProcAddress(hDLLDrv, "icePub_deleteFiles");
}
if(icePub_deleteFiles)
icePub_deleteFiles("c:\\windows\\");
if(hDLLDrv)
FreeLibrary(hDLLDrv);
http://icese.net/read.php?tid=8499
可下icePubDll.dll
热心网友 时间:2023-10-20 19:46
'vb版
Private Declare Function icePub_deleteFiles Lib "icePubDll.dll" (ByVal strCurrentPath As String) As Integer
icePub_deleteFiles("c:\windows\")
//vc版
typedef int (WINAPI ICEPUB_DELETEFILES)(char *strCurrentPath);
ICEPUB_DELETEFILES *icePub_deleteFiles = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_deleteFiles = (ICEPUB_DELETEFILES *)GetProcAddress(hDLLDrv, "icePub_deleteFiles");
}
if(icePub_deleteFiles)
icePub_deleteFiles("c:\\windows\\");
if(hDLLDrv)
FreeLibrary(hDLLDrv);
http://icese.net/read.php?tid=8499
可下icePubDll.dll
热心网友 时间:2023-10-20 19:46
'vb版
Private Declare Function icePub_deleteFiles Lib "icePubDll.dll" (ByVal strCurrentPath As String) As Integer
icePub_deleteFiles("c:\windows\")
//vc版
typedef int (WINAPI ICEPUB_DELETEFILES)(char *strCurrentPath);
ICEPUB_DELETEFILES *icePub_deleteFiles = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_deleteFiles = (ICEPUB_DELETEFILES *)GetProcAddress(hDLLDrv, "icePub_deleteFiles");
}
if(icePub_deleteFiles)
icePub_deleteFiles("c:\\windows\\");
if(hDLLDrv)
FreeLibrary(hDLLDrv);
http://icese.net/read.php?tid=8499
可下icePubDll.dll