<div class="content" name="RPC_V2_NOTIFY_INFO" uuid="79db335f-ebe7-4a6f-8533-efdda32cc5d8"><p>The <b>RPC_V2_NOTIFY_INFO</b> structure specifies printer or
<span><a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_12a6e569-e97c-4761-92f0-e397f8d5125f" data-linktype="relative-path">print
job</a></span> notification information.<a id="Appendix_A_Target_76"></a><a aria-label="Product behavior note 76" href="e81cbc09-ab05-4a32-ae4a-8ec57b436c43#Appendix_A_76" data-linktype="relative-path">&lt;76&gt;</a></p><dl>
<dd>
<div><pre> typedef struct _RPC_V2_NOTIFY_INFO {
   DWORD Version;
   DWORD Flags;
   DWORD Count;
   [size_is(Count), unique] RPC_V2_NOTIFY_INFO_DATA aData[];
 } RPC_V2_NOTIFY_INFO;
</pre></div>
</dd></dl><p><b>Version:</b> The version of the structure.
The value of this member MUST be 0x00000002.</p><p><b>Flags:</b> A bit field that specifies the
state of the notification structure.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Name/value</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>PRINTER_NOTIFY_INFO_DISCARDED 0x00000001</td>
  <td>An overflow or error has occurred, and notifications have been lost. The print server MUST NOT send additional notifications until the client has made a call to RpcRouterRefreshPrinterChangeNotification (section 3.1.4.10.5).</td>
 </tr></tbody></table>
</dd></dl><p><b>Count:</b> The number of <b>RPC_V2_NOTIFY_INFO_DATA</b>
structures (section <span><a href="440ed0c0-46a4-4201-93cd-cc1e5d1fd022" data-linktype="relative-path">2.2.1.13.4)</a></span> in the <b>aData</b>
array.</p><p><b>aData:</b> An array of <b>RPC_V2_NOTIFY_INFO_DATA</b>
structures, each of which identifies a single print job or printer information
member and specifies the current data for that member.</p></div>