<div class="content" name="QueryReply" uuid="cb938742-19a3-4303-a1a2-d0b0dd667de1"><p>The QueryReply structure defines the response of a <a href="55ec267c-87d9-4d97-a9d5-5681f5f283b8#gt_11378cd1-e2d0-4d63-9d15-e2e49215a859" data-linktype="relative-path">server locator</a> to a <a href="55ec267c-87d9-4d97-a9d5-5681f5f283b8#gt_a33485fd-4392-4219-83f8-d65cfa0e9674" data-linktype="relative-path">master locator</a> <a href="514bb58e-4830-44a0-96c8-79bd38214886" data-linktype="relative-path">Broadcast Lookup</a> query</p><dl>
<dd>
<div><pre> typedef struct {
   WCHAR Domain[20];
   ReplyBuffer Buffer[];
 } QueryReply;
</pre></div>
</dd></dl><p><b>Domain:</b>  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 <a href="https://go.microsoft.com/fwlink/?LinkId=90224" data-linktype="external">[NETBEUI]</a>, <a href="https://go.microsoft.com/fwlink/?LinkId=90260" data-linktype="external">[RFC1001]</a>, and <a href="https://go.microsoft.com/fwlink/?LinkId=90261" data-linktype="external">[RFC1002]</a>. The NULL
termination character is included in the fixed-length size of 20 <a href="../ms-dtyp/7df7c1d5-492c-4db4-a992-5cd9e887c5d7" data-linktype="relative-path">WCHAR</a>.</p><p><b>Buffer:</b>   MUST contain the response
from the server locator. The buffer MUST be an array of <a href="a1a160e1-114f-4967-aad4-a73686ca500f" data-linktype="relative-path">ReplyBuffer</a> 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.</p></div>