ReactOS 0.4.15-dev-7953-g1f49173
rpcfc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RPC_FC_BYTE   0x01
 
#define RPC_FC_CHAR   0x02
 
#define RPC_FC_SMALL   0x03
 
#define RPC_FC_USMALL   0x04
 
#define RPC_FC_WCHAR   0x05
 
#define RPC_FC_SHORT   0x06
 
#define RPC_FC_USHORT   0x07
 
#define RPC_FC_LONG   0x08
 
#define RPC_FC_ULONG   0x09
 
#define RPC_FC_FLOAT   0x0a
 
#define RPC_FC_HYPER   0x0b
 
#define RPC_FC_DOUBLE   0x0c
 
#define RPC_FC_ENUM16   0x0d
 
#define RPC_FC_ENUM32   0x0e
 
#define RPC_FC_IGNORE   0x0f
 
#define RPC_FC_ERROR_STATUS_T   0x10
 
#define RPC_FC_RP   0x11 /* reference pointer */
 
#define RPC_FC_UP   0x12 /* unique pointer */
 
#define RPC_FC_OP   0x13 /* unique pointer in object ? */
 
#define RPC_FC_FP   0x14 /* full pointer */
 
#define RPC_FC_STRUCT   0x15 /* simple structure */
 
#define RPC_FC_PSTRUCT   0x16 /* simple structure w/ pointers */
 
#define RPC_FC_CSTRUCT   0x17 /* conformant structure */
 
#define RPC_FC_CPSTRUCT   0x18 /* conformant structure w/ pointers */
 
#define RPC_FC_CVSTRUCT   0x19 /* conformant varying struct */
 
#define RPC_FC_BOGUS_STRUCT   0x1a /* complex structure */
 
#define RPC_FC_CARRAY   0x1b /* conformant array */
 
#define RPC_FC_CVARRAY   0x1c /* conformant varying array */
 
#define RPC_FC_SMFARRAY   0x1d /* small (<64K) fixed array */
 
#define RPC_FC_LGFARRAY   0x1e /* large (>= 64k) fixed array */
 
#define RPC_FC_SMVARRAY   0x1f /* small (<64k) varying array */
 
#define RPC_FC_LGVARRAY   0x20 /* large (>= 64k) varying array */
 
#define RPC_FC_BOGUS_ARRAY   0x21 /* complex array */
 
#define RPC_FC_C_CSTRING   0x22
 
#define RPC_FC_C_SSTRING   0x24
 
#define RPC_FC_C_WSTRING   0x25
 
#define RPC_FC_CSTRING   0x26
 
#define RPC_FC_SSTRING   0x28
 
#define RPC_FC_WSTRING   0x29
 
#define RPC_FC_ENCAPSULATED_UNION   0x2a
 
#define RPC_FC_NON_ENCAPSULATED_UNION   0x2b
 
#define RPC_FC_BYTE_COUNT_POINTER   0x2c /* [byte_count] ACF attribute */
 
#define RPC_FC_TRANSMIT_AS   0x2d
 
#define RPC_FC_REPRESENT_AS   0x2e
 
#define RPC_FC_IP   0x2f /* interface pointer */
 
#define RPC_FC_BIND_CONTEXT   0x30
 
#define RPC_FC_BIND_GENERIC   0x31
 
#define RPC_FC_BIND_PRIMITIVE   0x32
 
#define RPC_FC_AUTO_HANDLE   0x33
 
#define RPC_FC_CALLBACK_HANDLE   0x34
 
#define RPC_FC_POINTER   0x36
 
#define RPC_FC_ALIGNM2   0x37
 
#define RPC_FC_ALIGNM4   0x38
 
#define RPC_FC_ALIGNM8   0x39
 
#define RPC_FC_STRUCTPAD1   0x3d
 
#define RPC_FC_STRUCTPAD2   0x3e
 
#define RPC_FC_STRUCTPAD3   0x3f
 
#define RPC_FC_STRUCTPAD4   0x40
 
#define RPC_FC_STRUCTPAD5   0x41
 
#define RPC_FC_STRUCTPAD6   0x42
 
#define RPC_FC_STRUCTPAD7   0x43
 
#define RPC_FC_STRING_SIZED   0x44
 
#define RPC_FC_NO_REPEAT   0x46
 
#define RPC_FC_FIXED_REPEAT   0x47
 
#define RPC_FC_VARIABLE_REPEAT   0x48
 
#define RPC_FC_FIXED_OFFSET   0x49
 
#define RPC_FC_VARIABLE_OFFSET   0x4a
 
#define RPC_FC_PP   0x4b /* pointer layout */
 
#define RPC_FC_EMBEDDED_COMPLEX   0x4c
 
#define RPC_FC_IN_PARAM   0x4d
 
#define RPC_FC_IN_PARAM_BASETYPE   0x4e
 
#define RPC_FC_IN_PARAM_NO_FREE_INST   0x4f
 
#define RPC_FC_IN_OUT_PARAM   0x50
 
#define RPC_FC_OUT_PARAM   0x51
 
#define RPC_FC_RETURN_PARAM   0x52
 
#define RPC_FC_RETURN_PARAM_BASETYPE   0x53
 
#define RPC_FC_DEREFERENCE   0x54
 
#define RPC_FC_DIV_2   0x55
 
#define RPC_FC_MULT_2   0x56
 
#define RPC_FC_ADD_1   0x57
 
#define RPC_FC_SUB_1   0x58
 
#define RPC_FC_CALLBACK   0x59
 
#define RPC_FC_CONSTANT_IID   0x5a
 
#define RPC_FC_END   0x5b
 
#define RPC_FC_PAD   0x5c
 
#define RPC_FC_USER_MARSHAL   0xb4
 
#define RPC_FC_RANGE   0xb7
 
#define RPC_FC_INT3264   0xb8
 
#define RPC_FC_UINT3264   0xb9
 
#define RPC_FC_P_ALLOCALLNODES   0x01
 
#define RPC_FC_P_DONTFREE   0x02
 
#define RPC_FC_P_ONSTACK   0x04 /* [alloced_on_stack] */
 
#define RPC_FC_P_SIMPLEPOINTER   0x08 /* [simple_pointer] */
 
#define RPC_FC_P_DEREF   0x10
 
#define RPC_FC_BIND_EXPLICIT   0x00
 
#define RPC_FC_PROC_OIF_FULLPTR   0x01
 
#define RPC_FC_PROC_OIF_RPCSSALLOC   0x02
 
#define RPC_FC_PROC_OIF_OBJECT   0x04
 
#define RPC_FC_PROC_OIF_RPCFLAGS   0x08
 
#define RPC_FC_PROC_OIF_OBJ_V2   0x20
 
#define RPC_FC_PROC_OIF_HAS_COMM_OR_FAULT   0x20
 
#define RPC_FC_PROC_OIF_NEWINIT   0x40
 
#define RPC_FC_PROC_PF_MUSTSIZE   0x0001
 
#define RPC_FC_PROC_PF_MUSTFREE   0x0002
 
#define RPC_FC_PROC_PF_PIPE   0x0004
 
#define RPC_FC_PROC_PF_IN   0x0008
 
#define RPC_FC_PROC_PF_OUT   0x0010
 
#define RPC_FC_PROC_PF_RETURN   0x0020
 
#define RPC_FC_PROC_PF_BASETYPE   0x0040
 
#define RPC_FC_PROC_PF_BYVAL   0x0080
 
#define RPC_FC_PROC_PF_SIMPLEREF   0x0100
 
#define RPC_FC_PROC_PF_DONTFREEINST   0x0200
 
#define RPC_FC_PROC_PF_SAVEASYNC   0x0400
 
#define RPC_FC_PROC_PF_SRVALLOCSIZE   0xe000 /* in 8 byte units */
 
#define RPC_FC_NORMAL_CONFORMANCE   0x00
 
#define RPC_FC_POINTER_CONFORMANCE   0x10
 
#define RPC_FC_TOP_LEVEL_CONFORMANCE   0x20
 
#define RPC_FC_CONSTANT_CONFORMANCE   0x40
 
#define RPC_FC_TOP_LEVEL_MULTID_CONFORMANCE   0x80
 
#define USER_MARSHAL_UNIQUE   0x80
 
#define USER_MARSHAL_REF   0x40
 
#define USER_MARSHAL_POINTER   0xc0
 
#define USER_MARSHAL_IID   0x20
 
#define NDR_CONTEXT_HANDLE_CANNOT_BE_NULL   0x01
 
#define NDR_CONTEXT_HANDLE_SERIALIZE   0x02
 
#define NDR_CONTEXT_HANDLE_NO_SERIALIZE   0x04
 
#define NDR_STRICT_CONTEXT_HANDLE   0x08
 

Macro Definition Documentation

◆ NDR_CONTEXT_HANDLE_CANNOT_BE_NULL

#define NDR_CONTEXT_HANDLE_CANNOT_BE_NULL   0x01

Definition at line 200 of file rpcfc.h.

◆ NDR_CONTEXT_HANDLE_NO_SERIALIZE

#define NDR_CONTEXT_HANDLE_NO_SERIALIZE   0x04

Definition at line 202 of file rpcfc.h.

◆ NDR_CONTEXT_HANDLE_SERIALIZE

#define NDR_CONTEXT_HANDLE_SERIALIZE   0x02

Definition at line 201 of file rpcfc.h.

◆ NDR_STRICT_CONTEXT_HANDLE

#define NDR_STRICT_CONTEXT_HANDLE   0x08

Definition at line 203 of file rpcfc.h.

◆ RPC_FC_ADD_1

#define RPC_FC_ADD_1   0x57

Definition at line 135 of file rpcfc.h.

◆ RPC_FC_ALIGNM2

#define RPC_FC_ALIGNM2   0x37

Definition at line 90 of file rpcfc.h.

◆ RPC_FC_ALIGNM4

#define RPC_FC_ALIGNM4   0x38

Definition at line 91 of file rpcfc.h.

◆ RPC_FC_ALIGNM8

#define RPC_FC_ALIGNM8   0x39

Definition at line 92 of file rpcfc.h.

◆ RPC_FC_AUTO_HANDLE

#define RPC_FC_AUTO_HANDLE   0x33

Definition at line 85 of file rpcfc.h.

◆ RPC_FC_BIND_CONTEXT

#define RPC_FC_BIND_CONTEXT   0x30

Definition at line 81 of file rpcfc.h.

◆ RPC_FC_BIND_EXPLICIT

#define RPC_FC_BIND_EXPLICIT   0x00

Definition at line 160 of file rpcfc.h.

◆ RPC_FC_BIND_GENERIC

#define RPC_FC_BIND_GENERIC   0x31

Definition at line 83 of file rpcfc.h.

◆ RPC_FC_BIND_PRIMITIVE

#define RPC_FC_BIND_PRIMITIVE   0x32

Definition at line 84 of file rpcfc.h.

◆ RPC_FC_BOGUS_ARRAY

#define RPC_FC_BOGUS_ARRAY   0x21 /* complex array */

Definition at line 60 of file rpcfc.h.

◆ RPC_FC_BOGUS_STRUCT

#define RPC_FC_BOGUS_STRUCT   0x1a /* complex structure */

Definition at line 45 of file rpcfc.h.

◆ RPC_FC_BYTE

#define RPC_FC_BYTE   0x01

Definition at line 10 of file rpcfc.h.

◆ RPC_FC_BYTE_COUNT_POINTER

#define RPC_FC_BYTE_COUNT_POINTER   0x2c /* [byte_count] ACF attribute */

Definition at line 72 of file rpcfc.h.

◆ RPC_FC_C_CSTRING

#define RPC_FC_C_CSTRING   0x22

Definition at line 62 of file rpcfc.h.

◆ RPC_FC_C_SSTRING

#define RPC_FC_C_SSTRING   0x24

Definition at line 63 of file rpcfc.h.

◆ RPC_FC_C_WSTRING

#define RPC_FC_C_WSTRING   0x25

Definition at line 64 of file rpcfc.h.

◆ RPC_FC_CALLBACK

#define RPC_FC_CALLBACK   0x59

Definition at line 138 of file rpcfc.h.

◆ RPC_FC_CALLBACK_HANDLE

#define RPC_FC_CALLBACK_HANDLE   0x34

Definition at line 86 of file rpcfc.h.

◆ RPC_FC_CARRAY

#define RPC_FC_CARRAY   0x1b /* conformant array */

Definition at line 47 of file rpcfc.h.

◆ RPC_FC_CHAR

#define RPC_FC_CHAR   0x02

Definition at line 11 of file rpcfc.h.

◆ RPC_FC_CONSTANT_CONFORMANCE

#define RPC_FC_CONSTANT_CONFORMANCE   0x40

Definition at line 190 of file rpcfc.h.

◆ RPC_FC_CONSTANT_IID

#define RPC_FC_CONSTANT_IID   0x5a

Definition at line 140 of file rpcfc.h.

◆ RPC_FC_CPSTRUCT

#define RPC_FC_CPSTRUCT   0x18 /* conformant structure w/ pointers */

Definition at line 41 of file rpcfc.h.

◆ RPC_FC_CSTRING

#define RPC_FC_CSTRING   0x26

Definition at line 65 of file rpcfc.h.

◆ RPC_FC_CSTRUCT

#define RPC_FC_CSTRUCT   0x17 /* conformant structure */

Definition at line 39 of file rpcfc.h.

◆ RPC_FC_CVARRAY

#define RPC_FC_CVARRAY   0x1c /* conformant varying array */

Definition at line 49 of file rpcfc.h.

◆ RPC_FC_CVSTRUCT

#define RPC_FC_CVSTRUCT   0x19 /* conformant varying struct */

Definition at line 43 of file rpcfc.h.

◆ RPC_FC_DEREFERENCE

#define RPC_FC_DEREFERENCE   0x54

Definition at line 132 of file rpcfc.h.

◆ RPC_FC_DIV_2

#define RPC_FC_DIV_2   0x55

Definition at line 133 of file rpcfc.h.

◆ RPC_FC_DOUBLE

#define RPC_FC_DOUBLE   0x0c

Definition at line 21 of file rpcfc.h.

◆ RPC_FC_EMBEDDED_COMPLEX

#define RPC_FC_EMBEDDED_COMPLEX   0x4c

Definition at line 115 of file rpcfc.h.

◆ RPC_FC_ENCAPSULATED_UNION

#define RPC_FC_ENCAPSULATED_UNION   0x2a

Definition at line 69 of file rpcfc.h.

◆ RPC_FC_END

#define RPC_FC_END   0x5b

Definition at line 143 of file rpcfc.h.

◆ RPC_FC_ENUM16

#define RPC_FC_ENUM16   0x0d

Definition at line 22 of file rpcfc.h.

◆ RPC_FC_ENUM32

#define RPC_FC_ENUM32   0x0e

Definition at line 23 of file rpcfc.h.

◆ RPC_FC_ERROR_STATUS_T

#define RPC_FC_ERROR_STATUS_T   0x10

Definition at line 25 of file rpcfc.h.

◆ RPC_FC_FIXED_OFFSET

#define RPC_FC_FIXED_OFFSET   0x49

Definition at line 107 of file rpcfc.h.

◆ RPC_FC_FIXED_REPEAT

#define RPC_FC_FIXED_REPEAT   0x47

Definition at line 105 of file rpcfc.h.

◆ RPC_FC_FLOAT

#define RPC_FC_FLOAT   0x0a

Definition at line 19 of file rpcfc.h.

◆ RPC_FC_FP

#define RPC_FC_FP   0x14 /* full pointer */

Definition at line 31 of file rpcfc.h.

◆ RPC_FC_HYPER

#define RPC_FC_HYPER   0x0b

Definition at line 20 of file rpcfc.h.

◆ RPC_FC_IGNORE

#define RPC_FC_IGNORE   0x0f

Definition at line 24 of file rpcfc.h.

◆ RPC_FC_IN_OUT_PARAM

#define RPC_FC_IN_OUT_PARAM   0x50

Definition at line 123 of file rpcfc.h.

◆ RPC_FC_IN_PARAM

#define RPC_FC_IN_PARAM   0x4d

Definition at line 118 of file rpcfc.h.

◆ RPC_FC_IN_PARAM_BASETYPE

#define RPC_FC_IN_PARAM_BASETYPE   0x4e

Definition at line 120 of file rpcfc.h.

◆ RPC_FC_IN_PARAM_NO_FREE_INST

#define RPC_FC_IN_PARAM_NO_FREE_INST   0x4f

Definition at line 122 of file rpcfc.h.

◆ RPC_FC_INT3264

#define RPC_FC_INT3264   0xb8

Definition at line 150 of file rpcfc.h.

◆ RPC_FC_IP

#define RPC_FC_IP   0x2f /* interface pointer */

Definition at line 77 of file rpcfc.h.

◆ RPC_FC_LGFARRAY

#define RPC_FC_LGFARRAY   0x1e /* large (>= 64k) fixed array */

Definition at line 54 of file rpcfc.h.

◆ RPC_FC_LGVARRAY

#define RPC_FC_LGVARRAY   0x20 /* large (>= 64k) varying array */

Definition at line 58 of file rpcfc.h.

◆ RPC_FC_LONG

#define RPC_FC_LONG   0x08

Definition at line 17 of file rpcfc.h.

◆ RPC_FC_MULT_2

#define RPC_FC_MULT_2   0x56

Definition at line 134 of file rpcfc.h.

◆ RPC_FC_NO_REPEAT

#define RPC_FC_NO_REPEAT   0x46

Definition at line 104 of file rpcfc.h.

◆ RPC_FC_NON_ENCAPSULATED_UNION

#define RPC_FC_NON_ENCAPSULATED_UNION   0x2b

Definition at line 70 of file rpcfc.h.

◆ RPC_FC_NORMAL_CONFORMANCE

#define RPC_FC_NORMAL_CONFORMANCE   0x00

Definition at line 187 of file rpcfc.h.

◆ RPC_FC_OP

#define RPC_FC_OP   0x13 /* unique pointer in object ? */

Definition at line 30 of file rpcfc.h.

◆ RPC_FC_OUT_PARAM

#define RPC_FC_OUT_PARAM   0x51

Definition at line 125 of file rpcfc.h.

◆ RPC_FC_P_ALLOCALLNODES

#define RPC_FC_P_ALLOCALLNODES   0x01

Definition at line 154 of file rpcfc.h.

◆ RPC_FC_P_DEREF

#define RPC_FC_P_DEREF   0x10

Definition at line 158 of file rpcfc.h.

◆ RPC_FC_P_DONTFREE

#define RPC_FC_P_DONTFREE   0x02

Definition at line 155 of file rpcfc.h.

◆ RPC_FC_P_ONSTACK

#define RPC_FC_P_ONSTACK   0x04 /* [alloced_on_stack] */

Definition at line 156 of file rpcfc.h.

◆ RPC_FC_P_SIMPLEPOINTER

#define RPC_FC_P_SIMPLEPOINTER   0x08 /* [simple_pointer] */

Definition at line 157 of file rpcfc.h.

◆ RPC_FC_PAD

#define RPC_FC_PAD   0x5c

Definition at line 144 of file rpcfc.h.

◆ RPC_FC_POINTER

#define RPC_FC_POINTER   0x36

Definition at line 88 of file rpcfc.h.

◆ RPC_FC_POINTER_CONFORMANCE

#define RPC_FC_POINTER_CONFORMANCE   0x10

Definition at line 188 of file rpcfc.h.

◆ RPC_FC_PP

#define RPC_FC_PP   0x4b /* pointer layout */

Definition at line 110 of file rpcfc.h.

◆ RPC_FC_PROC_OIF_FULLPTR

#define RPC_FC_PROC_OIF_FULLPTR   0x01

Definition at line 165 of file rpcfc.h.

◆ RPC_FC_PROC_OIF_HAS_COMM_OR_FAULT

#define RPC_FC_PROC_OIF_HAS_COMM_OR_FAULT   0x20

Definition at line 170 of file rpcfc.h.

◆ RPC_FC_PROC_OIF_NEWINIT

#define RPC_FC_PROC_OIF_NEWINIT   0x40

Definition at line 171 of file rpcfc.h.

◆ RPC_FC_PROC_OIF_OBJ_V2

#define RPC_FC_PROC_OIF_OBJ_V2   0x20

Definition at line 169 of file rpcfc.h.

◆ RPC_FC_PROC_OIF_OBJECT

#define RPC_FC_PROC_OIF_OBJECT   0x04

Definition at line 167 of file rpcfc.h.

◆ RPC_FC_PROC_OIF_RPCFLAGS

#define RPC_FC_PROC_OIF_RPCFLAGS   0x08

Definition at line 168 of file rpcfc.h.

◆ RPC_FC_PROC_OIF_RPCSSALLOC

#define RPC_FC_PROC_OIF_RPCSSALLOC   0x02

Definition at line 166 of file rpcfc.h.

◆ RPC_FC_PROC_PF_BASETYPE

#define RPC_FC_PROC_PF_BASETYPE   0x0040

Definition at line 179 of file rpcfc.h.

◆ RPC_FC_PROC_PF_BYVAL

#define RPC_FC_PROC_PF_BYVAL   0x0080

Definition at line 180 of file rpcfc.h.

◆ RPC_FC_PROC_PF_DONTFREEINST

#define RPC_FC_PROC_PF_DONTFREEINST   0x0200

Definition at line 182 of file rpcfc.h.

◆ RPC_FC_PROC_PF_IN

#define RPC_FC_PROC_PF_IN   0x0008

Definition at line 176 of file rpcfc.h.

◆ RPC_FC_PROC_PF_MUSTFREE

#define RPC_FC_PROC_PF_MUSTFREE   0x0002

Definition at line 174 of file rpcfc.h.

◆ RPC_FC_PROC_PF_MUSTSIZE

#define RPC_FC_PROC_PF_MUSTSIZE   0x0001

Definition at line 173 of file rpcfc.h.

◆ RPC_FC_PROC_PF_OUT

#define RPC_FC_PROC_PF_OUT   0x0010

Definition at line 177 of file rpcfc.h.

◆ RPC_FC_PROC_PF_PIPE

#define RPC_FC_PROC_PF_PIPE   0x0004

Definition at line 175 of file rpcfc.h.

◆ RPC_FC_PROC_PF_RETURN

#define RPC_FC_PROC_PF_RETURN   0x0020

Definition at line 178 of file rpcfc.h.

◆ RPC_FC_PROC_PF_SAVEASYNC

#define RPC_FC_PROC_PF_SAVEASYNC   0x0400

Definition at line 183 of file rpcfc.h.

◆ RPC_FC_PROC_PF_SIMPLEREF

#define RPC_FC_PROC_PF_SIMPLEREF   0x0100

Definition at line 181 of file rpcfc.h.

◆ RPC_FC_PROC_PF_SRVALLOCSIZE

#define RPC_FC_PROC_PF_SRVALLOCSIZE   0xe000 /* in 8 byte units */

Definition at line 184 of file rpcfc.h.

◆ RPC_FC_PSTRUCT

#define RPC_FC_PSTRUCT   0x16 /* simple structure w/ pointers */

Definition at line 36 of file rpcfc.h.

◆ RPC_FC_RANGE

#define RPC_FC_RANGE   0xb7

Definition at line 148 of file rpcfc.h.

◆ RPC_FC_REPRESENT_AS

#define RPC_FC_REPRESENT_AS   0x2e

Definition at line 75 of file rpcfc.h.

◆ RPC_FC_RETURN_PARAM

#define RPC_FC_RETURN_PARAM   0x52

Definition at line 127 of file rpcfc.h.

◆ RPC_FC_RETURN_PARAM_BASETYPE

#define RPC_FC_RETURN_PARAM_BASETYPE   0x53

Definition at line 129 of file rpcfc.h.

◆ RPC_FC_RP

#define RPC_FC_RP   0x11 /* reference pointer */

Definition at line 28 of file rpcfc.h.

◆ RPC_FC_SHORT

#define RPC_FC_SHORT   0x06

Definition at line 15 of file rpcfc.h.

◆ RPC_FC_SMALL

#define RPC_FC_SMALL   0x03

Definition at line 12 of file rpcfc.h.

◆ RPC_FC_SMFARRAY

#define RPC_FC_SMFARRAY   0x1d /* small (<64K) fixed array */

Definition at line 51 of file rpcfc.h.

◆ RPC_FC_SMVARRAY

#define RPC_FC_SMVARRAY   0x1f /* small (<64k) varying array */

Definition at line 56 of file rpcfc.h.

◆ RPC_FC_SSTRING

#define RPC_FC_SSTRING   0x28

Definition at line 66 of file rpcfc.h.

◆ RPC_FC_STRING_SIZED

#define RPC_FC_STRING_SIZED   0x44

Definition at line 102 of file rpcfc.h.

◆ RPC_FC_STRUCT

#define RPC_FC_STRUCT   0x15 /* simple structure */

Definition at line 33 of file rpcfc.h.

◆ RPC_FC_STRUCTPAD1

#define RPC_FC_STRUCTPAD1   0x3d

Definition at line 94 of file rpcfc.h.

◆ RPC_FC_STRUCTPAD2

#define RPC_FC_STRUCTPAD2   0x3e

Definition at line 95 of file rpcfc.h.

◆ RPC_FC_STRUCTPAD3

#define RPC_FC_STRUCTPAD3   0x3f

Definition at line 96 of file rpcfc.h.

◆ RPC_FC_STRUCTPAD4

#define RPC_FC_STRUCTPAD4   0x40

Definition at line 97 of file rpcfc.h.

◆ RPC_FC_STRUCTPAD5

#define RPC_FC_STRUCTPAD5   0x41

Definition at line 98 of file rpcfc.h.

◆ RPC_FC_STRUCTPAD6

#define RPC_FC_STRUCTPAD6   0x42

Definition at line 99 of file rpcfc.h.

◆ RPC_FC_STRUCTPAD7

#define RPC_FC_STRUCTPAD7   0x43

Definition at line 100 of file rpcfc.h.

◆ RPC_FC_SUB_1

#define RPC_FC_SUB_1   0x58

Definition at line 136 of file rpcfc.h.

◆ RPC_FC_TOP_LEVEL_CONFORMANCE

#define RPC_FC_TOP_LEVEL_CONFORMANCE   0x20

Definition at line 189 of file rpcfc.h.

◆ RPC_FC_TOP_LEVEL_MULTID_CONFORMANCE

#define RPC_FC_TOP_LEVEL_MULTID_CONFORMANCE   0x80

Definition at line 191 of file rpcfc.h.

◆ RPC_FC_TRANSMIT_AS

#define RPC_FC_TRANSMIT_AS   0x2d

Definition at line 74 of file rpcfc.h.

◆ RPC_FC_UINT3264

#define RPC_FC_UINT3264   0xb9

Definition at line 151 of file rpcfc.h.

◆ RPC_FC_ULONG

#define RPC_FC_ULONG   0x09

Definition at line 18 of file rpcfc.h.

◆ RPC_FC_UP

#define RPC_FC_UP   0x12 /* unique pointer */

Definition at line 29 of file rpcfc.h.

◆ RPC_FC_USER_MARSHAL

#define RPC_FC_USER_MARSHAL   0xb4

Definition at line 146 of file rpcfc.h.

◆ RPC_FC_USHORT

#define RPC_FC_USHORT   0x07

Definition at line 16 of file rpcfc.h.

◆ RPC_FC_USMALL

#define RPC_FC_USMALL   0x04

Definition at line 13 of file rpcfc.h.

◆ RPC_FC_VARIABLE_OFFSET

#define RPC_FC_VARIABLE_OFFSET   0x4a

Definition at line 108 of file rpcfc.h.

◆ RPC_FC_VARIABLE_REPEAT

#define RPC_FC_VARIABLE_REPEAT   0x48

Definition at line 106 of file rpcfc.h.

◆ RPC_FC_WCHAR

#define RPC_FC_WCHAR   0x05

Definition at line 14 of file rpcfc.h.

◆ RPC_FC_WSTRING

#define RPC_FC_WSTRING   0x29

Definition at line 67 of file rpcfc.h.

◆ USER_MARSHAL_IID

#define USER_MARSHAL_IID   0x20

Definition at line 197 of file rpcfc.h.

◆ USER_MARSHAL_POINTER

#define USER_MARSHAL_POINTER   0xc0

Definition at line 196 of file rpcfc.h.

◆ USER_MARSHAL_REF

#define USER_MARSHAL_REF   0x40

Definition at line 195 of file rpcfc.h.

◆ USER_MARSHAL_UNIQUE

#define USER_MARSHAL_UNIQUE   0x80

Definition at line 194 of file rpcfc.h.