Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Windows::LARGE_INTEGER Union Reference

#include <MinimalWindowsApi.h>

Public Attributes

struct { 
 
   DWORD   LowPart 
 
   LONG   HighPart 
 
};  
 
LONGLONG QuadPart
 

Detailed Description

Definition at line 185 of file MinimalWindowsApi.h.

Member Data Documentation

◆ [struct]

struct { ... } Windows::LARGE_INTEGER

◆ HighPart

LONG Windows::LARGE_INTEGER::HighPart

Definition at line 185 of file MinimalWindowsApi.h.

◆ LowPart

DWORD Windows::LARGE_INTEGER::LowPart

Definition at line 185 of file MinimalWindowsApi.h.

◆ QuadPart

LONGLONG Windows::LARGE_INTEGER::QuadPart

Definition at line 185 of file MinimalWindowsApi.h.


The documentation for this union was generated from the following file: