ReactOS
0.4.16-dev-297-gc569aee
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
lmremutl.h
Go to the documentation of this file.
1
#ifndef _LMREMUTL_H
2
#define _LMREMUTL_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
#define SUPPORTS_REMOTE_ADMIN_PROTOCOL 2
8
#define SUPPORTS_RPC 4
9
#define SUPPORTS_SAM_PROTOCOL 8
10
#define SUPPORTS_UNICODE 16
11
#define SUPPORTS_LOCAL 32
12
#define SUPPORTS_ANY 0xFFFFFFFF
13
#define NO_PERMISSION_REQUIRED 1
14
#define ALLOCATE_RESPONSE 2
15
#define USE_SPECIFIC_TRANSPORT 0x80000000
16
#ifndef DESC_CHAR_UNICODE
17
typedef
CHAR
DESC_CHAR
;
18
#else
19
typedef
WCHAR
DESC_CHAR
;
20
#endif
21
typedef
DESC_CHAR
*
LPDESC
;
22
typedef
struct
_TIME_OF_DAY_INFO
{
23
DWORD
tod_elapsedt
;
24
DWORD
tod_msecs
;
25
DWORD
tod_hours
;
26
DWORD
tod_mins
;
27
DWORD
tod_secs
;
28
DWORD
tod_hunds
;
29
LONG
tod_timezone
;
30
DWORD
tod_tinterval
;
31
DWORD
tod_day
;
32
DWORD
tod_month
;
33
DWORD
tod_year
;
34
DWORD
tod_weekday
;
35
}
TIME_OF_DAY_INFO
,*
PTIME_OF_DAY_INFO
,*
LPTIME_OF_DAY_INFO
;
36
NET_API_STATUS
WINAPI
NetRemoteTOD
(
LPCWSTR
,
PBYTE
*);
37
NET_API_STATUS
WINAPI
NetRemoteComputerSupports
(
LPCWSTR
,
DWORD
,
PDWORD
);
38
NET_API_STATUS
RxRemoteApi
(
DWORD
,
LPCWSTR
,
LPDESC
,
LPDESC
,
LPDESC
,
LPDESC
,
LPDESC
,
LPDESC
,
LPDESC
,
DWORD
,... );
39
#ifdef __cplusplus
40
}
41
#endif
42
#endif
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
LPDESC
DESC_CHAR * LPDESC
Definition:
lmremutl.h:21
RxRemoteApi
NET_API_STATUS RxRemoteApi(DWORD, LPCWSTR, LPDESC, LPDESC, LPDESC, LPDESC, LPDESC, LPDESC, LPDESC, DWORD,...)
NetRemoteComputerSupports
NET_API_STATUS WINAPI NetRemoteComputerSupports(LPCWSTR, DWORD, PDWORD)
TIME_OF_DAY_INFO
struct _TIME_OF_DAY_INFO TIME_OF_DAY_INFO
NetRemoteTOD
NET_API_STATUS WINAPI NetRemoteTOD(LPCWSTR, PBYTE *)
DESC_CHAR
CHAR DESC_CHAR
Definition:
lmremutl.h:17
LPTIME_OF_DAY_INFO
struct _TIME_OF_DAY_INFO * LPTIME_OF_DAY_INFO
PTIME_OF_DAY_INFO
struct _TIME_OF_DAY_INFO * PTIME_OF_DAY_INFO
NET_API_STATUS
DWORD NET_API_STATUS
Definition:
ms-dtyp.idl:91
PBYTE
BYTE * PBYTE
Definition:
pedump.c:66
PDWORD
DWORD * PDWORD
Definition:
pedump.c:68
LONG
long LONG
Definition:
pedump.c:60
_TIME_OF_DAY_INFO
Definition:
lmremutl.h:22
_TIME_OF_DAY_INFO::tod_secs
DWORD tod_secs
Definition:
lmremutl.h:27
_TIME_OF_DAY_INFO::tod_tinterval
DWORD tod_tinterval
Definition:
lmremutl.h:30
_TIME_OF_DAY_INFO::tod_elapsedt
DWORD tod_elapsedt
Definition:
lmremutl.h:23
_TIME_OF_DAY_INFO::tod_day
DWORD tod_day
Definition:
lmremutl.h:31
_TIME_OF_DAY_INFO::tod_hours
DWORD tod_hours
Definition:
lmremutl.h:25
_TIME_OF_DAY_INFO::tod_month
DWORD tod_month
Definition:
lmremutl.h:32
_TIME_OF_DAY_INFO::tod_hunds
DWORD tod_hunds
Definition:
lmremutl.h:28
_TIME_OF_DAY_INFO::tod_year
DWORD tod_year
Definition:
lmremutl.h:33
_TIME_OF_DAY_INFO::tod_weekday
DWORD tod_weekday
Definition:
lmremutl.h:34
_TIME_OF_DAY_INFO::tod_msecs
DWORD tod_msecs
Definition:
lmremutl.h:24
_TIME_OF_DAY_INFO::tod_mins
DWORD tod_mins
Definition:
lmremutl.h:26
_TIME_OF_DAY_INFO::tod_timezone
LONG tod_timezone
Definition:
lmremutl.h:29
WINAPI
#define WINAPI
Definition:
msvc.h:6
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
LPCWSTR
const WCHAR * LPCWSTR
Definition:
xmlstorage.h:185
CHAR
char CHAR
Definition:
xmlstorage.h:175
sdk
include
psdk
lmremutl.h
Generated on Tue Nov 26 2024 06:12:17 for ReactOS by
1.9.6