예제 #1
0
파일: win32.cs 프로젝트: ewin66/Monitor
 public static extern bool TryEnterCriticalSection(/*LPCRITICAL_SECTION*/ ref RTL_CRITICAL_SECTION lpCriticalSection);
예제 #2
0
파일: win32.cs 프로젝트: ewin66/Monitor
 public static extern void LeaveCriticalSection(/*LPCRITICAL_SECTION*/ ref RTL_CRITICAL_SECTION lpCriticalSection);