摘要:
线程同步三:事件CreateEvent:Creates or opens a named or unnamed event object.HANDLE WINAPI CreateEvent( _In_opt_ LPSECURITY_ATTRIBUTES lpEventAttributes, _I... 阅读全文
摘要:
先介绍一个创建线程的API,参考:https://msdn.microsoft.com/en-us/library/windows/desktop/ms682453%28v=vs.85%29.aspxCreates a thread to execute within the virtual add... 阅读全文
摘要:
FormatMessageFormats a message string. The function requires a message definition as input. The message definition can come from a buffer passed into ... 阅读全文
摘要:
Reserves, commits, or changes the state of a region of pages in the virtual address space of the calling process. Memory allocated by this function is... 阅读全文