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