能力值:
( LV2,RANK:10 )
|
-
-
2 楼
loadlibray
|
能力值:
( LV6,RANK:90 )
|
-
-
3 楼
The GetProcAddress function returns the address of the specified exported dynamic-link library (DLL) function.
FARPROC GetProcAddress(
HMODULE hModule, // handle to DLL module
LPCSTR lpProcName // name of function
);
MmGetSystemRoutineAddress
|
能力值:
( LV6,RANK:90 )
|
-
-
4 楼
Ws2spi.h 这个头文件是在那个DLL?
|
|
|