2.2.4.2.2 QueryReply

The QueryReply structure defines the response of a server locator to a master locator Broadcast Lookup query

 typedef struct {
   WCHAR Domain[20];
   ReplyBuffer Buffer[];
 } QueryReply;

Domain: MUST be a null-terminated, fixed-length buffer that MUST contain the NetBIOS domain name of the computer on which the server locator is running. Information on NetBIOS is specified in [NETBEUI], [RFC1001], and [RFC1002]. The NULL termination character is included in the fixed-length size of 20 WCHAR.

Buffer: MUST contain the response from the server locator. The buffer MUST be an array of ReplyBuffer structures terminated by 4 zero-initialized bytes. The size of the buffer MUST NOT exceed 1000 bytes, including any zero-initialized bytes for termination between ReplyBuffer structures. Reply buffers are specified in section 2.2.4.2.2.2.