#ifndef _NTRTL_H // Critical sections NTSYSAPI NTSTATUS NTAPI RtlInitializeCriticalSection( _Out_ PRTL_CRITICAL_SECTION CriticalSection ); #endif View code on GitHub
No description available.