Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
MINIMAL_BOOL __stdcall Windows::TryEnterCriticalSection
(
LPCRITICAL_SECTION lpCriticalSection |
Microsoft/MinimalWindowsApi.h | ||
BOOL __stdcall Windows::TryEnterCriticalSection
(
CRITICAL_SECTION* lpCriticalSection |
Microsoft/MinimalWindowsApi.h |
Windows::TryEnterCriticalSection(LPCRITICAL_SECTION)
| Name | Windows::TryEnterCriticalSection |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MinimalWindowsApi.h |
| Include Path | #include "Microsoft/MinimalWindowsApi.h" |
namespace Windows
{
MINIMAL_BOOL __stdcall Windows::TryEnterCriticalSection
(
LPCRITICAL_SECTION lpCriticalSection
)
}
Windows::TryEnterCriticalSection(CRITICAL_SECTION *)
| Name | Windows::TryEnterCriticalSection |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MinimalWindowsApi.h |
| Include Path | #include "Microsoft/MinimalWindowsApi.h" |
namespace Windows
{
BOOL __stdcall Windows::TryEnterCriticalSection
(
CRITICAL_SECTION * lpCriticalSection
)
}