2.2.4.3.2.7 Server Move Document Properties Window Request (MOVE_DOC_PROPERTIES_REQ)

This request is sent from server to client to reposition the document properties UI window at a specific location.


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

Header (variable)

...

xPos

yPos

Header (variable): The common message header (as specified in section 2.2.1). The InterfaceId field MUST be set to 0x00000000. The FunctionId field MUST be set to MOVE_DOC_PROPERTIES_REQ (0x0000010B).

xPos (4 bytes): A 32-bit unsigned integer. This field MUST contain the X axis coordinate of the window's target location.

yPos (4 bytes): A 32-bit unsigned integer. This field MUST contain the Y axis coordinate of the window's target location.