能力值:
(RANK:210 )
|
-
-
2 楼
不可在用户态调用此函数的。
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
例:
typedef VOID ( CALLBACK* RTLINITUNICODESTRING)(
IN OUT PUNICODE_STRING DestinationString,
IN PCWSTR SourceString );
RTLINITUNICODESTRING RtlInitUnicodeString;
hNtDLL = LoadLibrary("ntdll.dll");
RtlInitUnicodeString =
(RTLINITUNICODESTRING)GetProcAddress( hNtDLL , "RtlInitUnicodeString" );
|
|
|