![]() |
Ark Server API (ASA) - Wiki
|
Classes | |
| struct | CRITICAL_SECTION |
| union | LARGE_INTEGER |
| struct | OVERLAPPED |
| struct | SRWLOCK |
Variables | |
| static constexpr BOOL | TRUE = 1 |
| static constexpr BOOL | FALSE = 0 |
Definition at line 64 of file MinimalWindowsApi.h.
Definition at line 66 of file MinimalWindowsApi.h.
Definition at line 65 of file MinimalWindowsApi.h.
Definition at line 67 of file MinimalWindowsApi.h.
Definition at line 78 of file MinimalWindowsApi.h.
Definition at line 85 of file MinimalWindowsApi.h.
Definition at line 83 of file MinimalWindowsApi.h.
Definition at line 84 of file MinimalWindowsApi.h.
Definition at line 79 of file MinimalWindowsApi.h.
Definition at line 82 of file MinimalWindowsApi.h.
Definition at line 80 of file MinimalWindowsApi.h.
Definition at line 81 of file MinimalWindowsApi.h.
Definition at line 69 of file MinimalWindowsApi.h.
Definition at line 71 of file MinimalWindowsApi.h.
Definition at line 90 of file MinimalWindowsApi.h.
Definition at line 75 of file MinimalWindowsApi.h.
Definition at line 74 of file MinimalWindowsApi.h.
Definition at line 68 of file MinimalWindowsApi.h.
Definition at line 89 of file MinimalWindowsApi.h.
Definition at line 92 of file MinimalWindowsApi.h.
Definition at line 70 of file MinimalWindowsApi.h.
Definition at line 72 of file MinimalWindowsApi.h.
Definition at line 91 of file MinimalWindowsApi.h.
Definition at line 73 of file MinimalWindowsApi.h.
Definition at line 88 of file MinimalWindowsApi.h.
Definition at line 94 of file MinimalWindowsApi.h.
Definition at line 95 of file MinimalWindowsApi.h.
Definition at line 94 of file MinimalWindowsApi.h.
| MINIMAL_WINDOWS_API void WINAPI Windows::AcquireSRWLockExclusive | ( | PSRWLOCK | SRWLock | ) |
Here is the caller graph for this function:| FORCEINLINE void WINAPI Windows::AcquireSRWLockExclusive | ( | SRWLOCK * | SRWLock | ) |
Definition at line 153 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API void WINAPI Windows::AcquireSRWLockShared | ( | PSRWLOCK | SRWLock | ) |
Here is the caller graph for this function:| FORCEINLINE void WINAPI Windows::AcquireSRWLockShared | ( | SRWLOCK * | SRWLock | ) |
Definition at line 143 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::ConnectNamedPipe | ( | HANDLE | hNamedPipe, |
| LPOVERLAPPED | lpOverlapped ) |
Here is the caller graph for this function:| FORCEINLINE BOOL WINAPI Windows::ConnectNamedPipe | ( | HANDLE | hNamedPipe, |
| OVERLAPPED * | lpOverlapped ) |
| FORCEINLINE void WINAPI Windows::DeleteCriticalSection | ( | CRITICAL_SECTION * | lpCriticalSection | ) |
Definition at line 237 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API void WINAPI Windows::DeleteCriticalSection | ( | LPCRITICAL_SECTION | lpCriticalSection | ) |
Here is the caller graph for this function:| FORCEINLINE void WINAPI Windows::EnterCriticalSection | ( | CRITICAL_SECTION * | lpCriticalSection | ) |
Definition at line 227 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API void WINAPI Windows::EnterCriticalSection | ( | LPCRITICAL_SECTION | lpCriticalSection | ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::FreeLibrary | ( | HMODULE | hModule | ) |
| MINIMAL_WINDOWS_API DWORD WINAPI Windows::GetCurrentThreadId | ( | ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::GetOverlappedResult | ( | HANDLE | hFile, |
| LPOVERLAPPED | lpOverlapped, | ||
| LPDWORD | lpNumberOfBytesTransferred, | ||
| BOOL | bWait ) |
Here is the caller graph for this function:| FORCEINLINE BOOL WINAPI Windows::GetOverlappedResult | ( | HANDLE | hFile, |
| OVERLAPPED * | lpOverlapped, | ||
| LPDWORD | lpNumberOfBytesTransferred, | ||
| BOOL | bWait ) |
| FORCEINLINE void WINAPI Windows::InitializeCriticalSection | ( | CRITICAL_SECTION * | lpCriticalSection | ) |
Definition at line 207 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API void WINAPI Windows::InitializeCriticalSection | ( | LPCRITICAL_SECTION | lpCriticalSection | ) |
Here is the caller graph for this function:| FORCEINLINE BOOL WINAPI Windows::InitializeCriticalSectionAndSpinCount | ( | CRITICAL_SECTION * | lpCriticalSection, |
| DWORD | dwSpinCount ) |
| MINIMAL_WINDOWS_API BOOL WINAPI Windows::InitializeCriticalSectionAndSpinCount | ( | LPCRITICAL_SECTION | lpCriticalSection, |
| DWORD | dwSpinCount ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API void WINAPI Windows::InitializeSRWLock | ( | PSRWLOCK | SRWLock | ) |
Here is the caller graph for this function:| FORCEINLINE void WINAPI Windows::InitializeSRWLock | ( | SRWLOCK * | SRWLock | ) |
Definition at line 128 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::IsProcessorFeaturePresent | ( | DWORD | ProcessorFeature | ) |
Here is the caller graph for this function:| FORCEINLINE void WINAPI Windows::LeaveCriticalSection | ( | CRITICAL_SECTION * | lpCriticalSection | ) |
Definition at line 232 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API void WINAPI Windows::LeaveCriticalSection | ( | LPCRITICAL_SECTION | lpCriticalSection | ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API HMODULE WINAPI Windows::LoadLibraryW | ( | LPCTSTR | lpFileName | ) |
| FORCEINLINE BOOL WINAPI Windows::QueryPerformanceCounter | ( | LARGE_INTEGER * | Cycles | ) |
Definition at line 242 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::QueryPerformanceCounter | ( | LPLARGE_INTEGER | Cycles | ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::ReadFile | ( | HANDLE | hFile, |
| LPVOID | lpBuffer, | ||
| DWORD | nNumberOfBytesToRead, | ||
| LPDWORD | lpNumberOfBytesRead, | ||
| LPOVERLAPPED | lpOverlapped ) |
Here is the caller graph for this function:| FORCEINLINE BOOL WINAPI Windows::ReadFile | ( | HANDLE | hFile, |
| LPVOID | lpBuffer, | ||
| DWORD | nNumberOfBytesToRead, | ||
| LPDWORD | lpNumberOfBytesRead, | ||
| OVERLAPPED * | lpOverlapped ) |
| MINIMAL_WINDOWS_API void WINAPI Windows::ReleaseSRWLockExclusive | ( | PSRWLOCK | SRWLock | ) |
Here is the caller graph for this function:| FORCEINLINE void WINAPI Windows::ReleaseSRWLockExclusive | ( | SRWLOCK * | SRWLock | ) |
Definition at line 158 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API void WINAPI Windows::ReleaseSRWLockShared | ( | PSRWLOCK | SRWLock | ) |
Here is the caller graph for this function:| FORCEINLINE void WINAPI Windows::ReleaseSRWLockShared | ( | SRWLOCK * | SRWLock | ) |
Definition at line 148 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| FORCEINLINE DWORD WINAPI Windows::SetCriticalSectionSpinCount | ( | CRITICAL_SECTION * | lpCriticalSection, |
| DWORD | dwSpinCount ) |
Definition at line 217 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API DWORD WINAPI Windows::SetCriticalSectionSpinCount | ( | LPCRITICAL_SECTION | lpCriticalSection, |
| DWORD | dwSpinCount ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API DWORD WINAPI Windows::TlsAlloc | ( | ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::TlsFree | ( | DWORD | dwTlsIndex | ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API LPVOID WINAPI Windows::TlsGetValue | ( | DWORD | dwTlsIndex | ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::TlsSetValue | ( | DWORD | dwTlsIndex, |
| LPVOID | lpTlsValue ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOLEAN WINAPI Windows::TryAcquireSRWLockExclusive | ( | PSRWLOCK | SRWLock | ) |
Here is the caller graph for this function:| FORCEINLINE BOOLEAN WINAPI Windows::TryAcquireSRWLockExclusive | ( | SRWLOCK * | SRWLock | ) |
Definition at line 133 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOLEAN WINAPI Windows::TryAcquireSRWLockShared | ( | PSRWLOCK | SRWLock | ) |
Here is the caller graph for this function:| FORCEINLINE BOOLEAN WINAPI Windows::TryAcquireSRWLockShared | ( | SRWLOCK * | SRWLock | ) |
Definition at line 138 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| FORCEINLINE BOOL WINAPI Windows::TryEnterCriticalSection | ( | CRITICAL_SECTION * | lpCriticalSection | ) |
Definition at line 222 of file MinimalWindowsApi.h.
Here is the call graph for this function:
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::TryEnterCriticalSection | ( | LPCRITICAL_SECTION | lpCriticalSection | ) |
Here is the caller graph for this function:| MINIMAL_WINDOWS_API BOOL WINAPI Windows::WriteFile | ( | HANDLE | hFile, |
| LPCVOID | lpBuffer, | ||
| DWORD | nNumberOfBytesToWrite, | ||
| LPDWORD | lpNumberOfBytesWritten, | ||
| LPOVERLAPPED | lpOverlapped ) |
Here is the caller graph for this function:| FORCEINLINE BOOL WINAPI Windows::WriteFile | ( | HANDLE | hFile, |
| LPCVOID | lpBuffer, | ||
| DWORD | nNumberOfBytesToWrite, | ||
| LPDWORD | lpNumberOfBytesWritten, | ||
| OVERLAPPED * | lpOverlapped ) |
Definition at line 105 of file MinimalWindowsApi.h.
Definition at line 104 of file MinimalWindowsApi.h.