微软MSDN
njzhy_diandian
这个作者很懒,什么都没留下…
展开
-
RtlInitEmptyUnicodeString
RtlInitEmptyUnicodeString宏用来初始化一个空的counted Unicode字符串。要想初始化一个非空的counted Unicode字符串,则可以使用RtlInitUnicodeString。 VOID RtlInitEmptyUnicodeString( IN OUT PUNICODE_STRING DestinationString, IN P翻译 2009-12-08 10:20:00 · 3592 阅读 · 0 评论 -
ATLASSERT
ATLASSERT 宏和C运行时库中的_ASSERTE宏的功能是一样的。在Debug builds中,ATLASSERT 判断括号中参数表达式的真假,当结果为假时,就会产生一个debug报告。翻译 2009-12-08 10:41:00 · 2022 阅读 · 0 评论 -
ExInitializeFastMutex
http://msdn.microsoft.com/en-us/library/aa489989.aspx The ExInitializeFastMutex routine initializes a fast mutex variable, used to synchronize mutually exclusive access by a set of threads to a sh翻译 2009-12-19 16:51:00 · 2127 阅读 · 0 评论 -
file system control (FSCTL)
关于FSCTL结构:http://msdn.microsoft.com/en-us/library/cc232013(PROT.13).aspx A process invokes an <a id="ctl00_MTCS_main_ctl01" onclick="function onclick(){Track(ctl00_MTCS_main_ctl00|ctl00_MTC翻译 2009-12-18 09:23:00 · 1076 阅读 · 0 评论