<div class="content"><p>The <b>RPC_V2_NOTIFY_INFO</b> structure specifies printer or
<a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_12a6e569-e97c-4761-92f0-e397f8d5125f" data-linktype="relative-path">print job</a> 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>
  <p>PRINTER_NOTIFY_INFO_DISCARDED</p>
  <p>0x00000001</p>
  </td>
  <td>
  <p>An overflow or error has occurred, and notifications
  have been lost. The <a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_59fb3ddc-63cf-45df-8a90-46a6af9e00cb" data-linktype="relative-path">print
  server</a> MUST NOT send additional notifications until the client has made a
  call to <a href="cb5d22ed-0352-4303-83d5-b5afd32fb461" data-linktype="relative-path">RpcRouterRefreshPrinterChangeNotification (section 3.1.4.10.5)</a>.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p><b>Count:</b> The number of <b>RPC_V2_NOTIFY_INFO_DATA</b>
structures (section <a href="440ed0c0-46a4-4201-93cd-cc1e5d1fd022" data-linktype="relative-path">2.2.1.13.4)</a> 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>