2.2.4.3.2 QUERYLOCATORREPLY

The QUERYLOCATORREPLY structure represents the data that is sent back by a master locator in response to a master locator discovery request.

 typedef struct {
   unsigned long unused;
   unsigned long Hint;
   unsigned long Uptime;
   unsigned short SenderName[18];
 } QUERYLOCATORREPLY;

unused: MUST be ignored by both client and server.

Hint: A hint representing the type of responding locator. It MUST be the following value.

Value

Meaning

REPLY_MASTER_LOCATOR

0x01

This locator is a master locator.

Uptime: SHOULD contain the number of elapsed seconds since the sending computer started up.<3>

SenderName: MUST contain the mailslot sender as specified in section 2.2.4.1.1. This parameter is limited to 18 characters including the terminating null character.