能力值:
( LV4,RANK:50 )
|
-
-
2 楼
最初由 Aker 发布 typedef VOID (CALLBACK* RTLINITUNICODESTRING)( IN OUT PUNICODE_STRING DestinationString, IN PCWSTR SourceString );
........
RTLINITUNICODESTRING is the new type, which is a funciton pointer. The function declaration is,
void f( IN OUT PUNICODE_STRING DestinationString,
IN PCWSTR SourceString);
See?
|
能力值:
(RANK:170 )
|
-
-
3 楼
谢谢解释,把typedef先拿掉就可以想明白啦
|
|
|