2.4.340 UsrInfo

The UsrInfo record specifies information about a user who currently has the shared workbook open.


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

lUsrId

guid (16 bytes)

...

...

shortdtr

...

stUserName (variable)

...

unused

lUsrId (4 bytes):  A signed integer that specifies a unique user identifier for this user.

guid (16 bytes):  A GUID, as specified by [MS-DTYP], that specifies the last set of revisions synced to by this user.

shortdtr (8 bytes):  A ShortDTR structure that specifies the date and time this user opened the shared workbook.

stUserName (variable):  A XLUnicodeString structure that specifies the name of this user. The number of characters in this string MUST be greater than or equal to 1 and less than or equal to 54.

unused (1 byte): Undefined and MUST be ignored.