struct RequestHeader_1_2 in module com::sun::star::corba::giop::

(Global Index)

Syntax

struct RequestHeader_1_2;

Field Summary

request_id

response_flags

reserved_1

reserved_2

reserved_3

target

operation

service_context

Field Details



request_id

Syntax

unsigned long request_id;

response_flags

Syntax

byte response_flags;

reserved_1

Syntax

byte reserved_1;

reserved_2

Syntax

byte reserved_2;

reserved_3

Syntax

byte reserved_3;

target

Syntax

com::sun::star::corba::giop::TargetAddress target;

operation

Syntax

com::sun::star::corba::giop::CorbaString8 operation;

service_context

Syntax

com::sun::star::corba::iop::ServiceContextList service_context;
Top of Page