2.2.4.1.1 Connect Request Type Request Body

The Connect request type request body contains the following fields. For more details about the fields, see the [in] parameters in [MS-OXCRPC] section 3.1.4.1.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

UserDn (variable)

...

Flags

DefaultCodePage

LcidSort

LcidString

AuxiliaryBufferSize

AuxiliaryBuffer (variable)

...

UserDn (variable): A null-terminated ASCII string that specifies the DN of the user who is requesting the connection. This field is equivalent to the szUserDN input parameter, as specified in [MS-OXCRPC] section 3.1.4.1.

Flags (4 bytes): A set of flags that designate the type of connection being requested. This field is equivalent to the ulFlags input parameter, as specified in [MS-OXCRPC] section 3.1.4.1.

DefaultCodePage (4 bytes): An unsigned integer that specifies the code page that the server is being requested to use for string values of properties. This field is equivalent to the ulCpid input parameter, as specified in [MS-OXCRPC] section 3.1.4.1.

LcidSort (4 bytes): An unsigned integer that specifies the language code identifier (LCID), as specified in [MS-LCID], to be used for sorting. This field is equivalent to the ulLcidSort input parameter, as specified in [MS-OXCRPC] section 3.1.4.1.

LcidString (4 bytes): An unsigned integer that specifies the language code identifier (LCID), as specified in [MS-LCID], to be used for everything other than sorting. This field is equivalent to the ulLcidString input parameter, as specified in [MS-OXCRPC] section 3.1.4.1.

AuxiliaryBufferSize (4 bytes): An unsigned integer that specifies the size, in bytes, of the AuxiliaryBuffer field. This field is equivalent to the cbAuxIn input parameter, as specified in [MS-OXCRPC] section 3.1.4.1.

AuxiliaryBuffer (variable): An array of bytes that constitute the auxiliary payload data sent from the client. The size of this field, in bytes, is specified by the AuxiliaryBufferSize field. This field is equivalent to the rgbAuxIn input parameter, as specified in [MS-OXCRPC] section 3.1.4.1.