ReactOS
0.4.16-dev-306-g647d351
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
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
_
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
rxtimer.h
Go to the documentation of this file.
1
#ifndef _RXTIMER_H_
2
#define _RXTIMER_H_
3
4
typedef
struct
_RX_WORK_ITEM_
5
{
6
RX_WORK_QUEUE_ITEM
WorkQueueItem
;
7
ULONG
LastTick
;
8
ULONG
Options
;
9
}
RX_WORK_ITEM
, *
PRX_WORK_ITEM
;
10
11
NTSTATUS
12
NTAPI
13
RxPostOneShotTimerRequest
(
14
_In_
PRDBSS_DEVICE_OBJECT
pDeviceObject
,
15
_In_
PRX_WORK_ITEM
pWorkItem,
16
_In_
PRX_WORKERTHREAD_ROUTINE
Routine,
17
_In_
PVOID
pContext,
18
_In_
LARGE_INTEGER
TimeInterval);
19
20
NTSTATUS
21
NTAPI
22
RxInitializeRxTimer
(
23
VOID
);
24
25
#endif
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
void
Definition:
nsiface.idl:2307
pDeviceObject
_In_ PNDIS_STRING _In_ PNDIS_STRING _Out_ PDEVICE_OBJECT * pDeviceObject
Definition:
ndis.h:4679
_In_
#define _In_
Definition:
no_sal2.h:158
PRX_WORK_ITEM
struct _RX_WORK_ITEM_ * PRX_WORK_ITEM
RxInitializeRxTimer
NTSTATUS NTAPI RxInitializeRxTimer(VOID)
Definition:
rxce.c:4946
RxPostOneShotTimerRequest
NTSTATUS NTAPI RxPostOneShotTimerRequest(_In_ PRDBSS_DEVICE_OBJECT pDeviceObject, _In_ PRX_WORK_ITEM pWorkItem, _In_ PRX_WORKERTHREAD_ROUTINE Routine, _In_ PVOID pContext, _In_ LARGE_INTEGER TimeInterval)
RX_WORK_ITEM
struct _RX_WORK_ITEM_ RX_WORK_ITEM
PRX_WORKERTHREAD_ROUTINE
VOID(NTAPI * PRX_WORKERTHREAD_ROUTINE)(_In_ PVOID Context)
Definition:
rxworkq.h:6
_RDBSS_DEVICE_OBJECT
Definition:
rxstruc.h:80
_RX_WORK_ITEM_
Definition:
rxtimer.h:5
_RX_WORK_ITEM_::WorkQueueItem
RX_WORK_QUEUE_ITEM WorkQueueItem
Definition:
rxtimer.h:6
_RX_WORK_ITEM_::Options
ULONG Options
Definition:
rxtimer.h:8
_RX_WORK_ITEM_::LastTick
ULONG LastTick
Definition:
rxtimer.h:7
_RX_WORK_QUEUE_ITEM_
Definition:
rxworkq.h:10
NTAPI
#define NTAPI
Definition:
typedefs.h:36
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
_LARGE_INTEGER
Definition:
typedefs.h:103
sdk
include
ddk
rxtimer.h
Generated on Mon Dec 2 2024 06:13:50 for ReactOS by
1.9.6