ReactOS
0.4.16-dev-983-g23ad936
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
GetTickCount64.c
Go to the documentation of this file.
1
2
#include "
k32_vista.h
"
3
4
/*
5
* @implemented
6
*/
7
ULONGLONG
8
WINAPI
9
GetTickCount64
(
VOID
)
10
{
11
ULARGE_INTEGER
TickCount;
12
13
while
(
TRUE
)
14
{
15
TickCount.
HighPart
= (
ULONG
)
SharedUserData
->TickCount.High1Time;
16
TickCount.
LowPart
=
SharedUserData
->TickCount.LowPart;
17
18
if
(TickCount.
HighPart
== (
ULONG
)
SharedUserData
->TickCount.High2Time)
break
;
19
20
YieldProcessor
();
21
}
22
23
return
(
UInt32x32To64
(TickCount.
LowPart
,
SharedUserData
->TickCountMultiplier) >> 24) +
24
(
UInt32x32To64
(TickCount.
HighPart
,
SharedUserData
->TickCountMultiplier) << 8);
25
}
GetTickCount64
ULONGLONG WINAPI GetTickCount64(VOID)
Definition:
GetTickCount64.c:9
TRUE
#define TRUE
Definition:
types.h:120
void
Definition:
nsiface.idl:2307
UInt32x32To64
#define UInt32x32To64(a, b)
Definition:
intsafe.h:252
k32_vista.h
if
if(dx< 0)
Definition:
linetemp.h:194
YieldProcessor
#define YieldProcessor
Definition:
ke.h:48
SharedUserData
#define SharedUserData
_ULARGE_INTEGER
Definition:
ms-dtyp.idl:184
_ULARGE_INTEGER::LowPart
$ULONG LowPart
Definition:
ntbasedef.h:577
_ULARGE_INTEGER::HighPart
$ULONG HighPart
Definition:
ntbasedef.h:578
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
ULONGLONG
uint64_t ULONGLONG
Definition:
typedefs.h:67
WINAPI
#define WINAPI
Definition:
msvc.h:6
dll
win32
kernel32
kernel32_vista
GetTickCount64.c
Generated on Thu Apr 17 2025 06:04:43 for ReactOS by
1.9.6