ReactOS
0.4.16-dev-937-g7afcd2a
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
rpcnsip.h
Go to the documentation of this file.
1
#ifndef _RPCNSIP_H
2
#define _RPCNSIP_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
typedef
struct
{
8
RPC_NS_HANDLE
LookupContext
;
9
RPC_BINDING_HANDLE
ProposedHandle
;
10
RPC_BINDING_VECTOR
*
Bindings
;
11
}
RPC_IMPORT_CONTEXT_P
,*
PRPC_IMPORT_CONTEXT_P
;
12
RPC_STATUS
RPC_ENTRY
I_RpcNsGetBuffer
(
IN
PRPC_MESSAGE
);
13
RPC_STATUS
RPC_ENTRY
I_RpcNsSendReceive
(
IN
PRPC_MESSAGE
,
OUT
RPC_BINDING_HANDLE
*);
14
void
RPC_ENTRY
I_RpcNsRaiseException
(
IN
PRPC_MESSAGE
,
IN
RPC_STATUS
);
15
RPC_STATUS
RPC_ENTRY
I_RpcReBindBuffer
(
IN
PRPC_MESSAGE
);
16
RPC_STATUS
RPC_ENTRY
I_NsServerBindSearch
(
void
);
17
RPC_STATUS
RPC_ENTRY
I_NsClientBindSearch
(
void
);
18
void
RPC_ENTRY
I_NsClientBindDone
(
void
);
19
#ifdef __cplusplus
20
}
21
#endif
22
#endif
void
Definition:
nsiface.idl:2307
PRPC_IMPORT_CONTEXT_P
struct RPC_IMPORT_CONTEXT_P * PRPC_IMPORT_CONTEXT_P
I_NsClientBindSearch
RPC_STATUS RPC_ENTRY I_NsClientBindSearch(void)
I_NsServerBindSearch
RPC_STATUS RPC_ENTRY I_NsServerBindSearch(void)
I_RpcReBindBuffer
RPC_STATUS RPC_ENTRY I_RpcReBindBuffer(IN PRPC_MESSAGE)
I_RpcNsGetBuffer
RPC_STATUS RPC_ENTRY I_RpcNsGetBuffer(IN PRPC_MESSAGE)
I_RpcNsSendReceive
RPC_STATUS RPC_ENTRY I_RpcNsSendReceive(IN PRPC_MESSAGE, OUT RPC_BINDING_HANDLE *)
I_NsClientBindDone
void RPC_ENTRY I_NsClientBindDone(void)
I_RpcNsRaiseException
void RPC_ENTRY I_RpcNsRaiseException(IN PRPC_MESSAGE, IN RPC_STATUS)
RPC_ENTRY
#define RPC_ENTRY
Definition:
rpc.h:63
RPC_STATUS
long RPC_STATUS
Definition:
rpc.h:48
RPC_IMPORT_CONTEXT_P
Definition:
rpcnsip.h:7
RPC_IMPORT_CONTEXT_P::Bindings
RPC_BINDING_VECTOR * Bindings
Definition:
rpcnsip.h:10
RPC_IMPORT_CONTEXT_P::ProposedHandle
RPC_BINDING_HANDLE ProposedHandle
Definition:
rpcnsip.h:9
RPC_IMPORT_CONTEXT_P::LookupContext
RPC_NS_HANDLE LookupContext
Definition:
rpcnsip.h:8
_RPC_BINDING_VECTOR
Definition:
rpcdce.h:56
_RPC_MESSAGE
Definition:
rpcdcep.h:37
IN
#define IN
Definition:
typedefs.h:39
OUT
#define OUT
Definition:
typedefs.h:40
sdk
include
psdk
rpcnsip.h
Generated on Wed Apr 2 2025 06:12:55 for ReactOS by
1.9.6