我注意到以下陈述:
__in HMODULE Module,
__in PSTR ImportedModuleName,
__in PSTR ImportedProcName,
__in PVOID AlternateProc,
__out_opt PVOID *OldProc
在这些语句中,我看到两个 _ ,然后是单词 ( in )。
好吧,在查看 sal.h 时,我注意到已弃用的注释下:
// sal.h
_in : The function will only read from the buffer. The
caller must provide the buffer and initialize it. Cannot be used with _deref.
好吧,只有一个下划线。我想知道为什么我在网上看到的所有源代码都有两个下划线(_ _ in)?就像我上面的陈述一样。