<div class="content"><p>The Notifications (get) method retrieves the <b>notification
periods</b> for the file management job and returns S_OK upon successful
completion.</p><dl>
<dd>
<div><pre> [propget, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x07))] HRESULT Notifications(
   [out, retval] SAFEARRAY(VARIANT)* notifications
 );
</pre></div>
</dd></dl><p><b>notifications: </b>Pointer to a <a href="../ms-oaut/04e72b3f-5731-4508-9bb4-de29fbd0f781" data-linktype="relative-path">SAFEARRAY</a>
that upon completion contains all the <b>notification period</b> values for the
file management job. A caller MUST release the SAFEARRAY received when the
caller is done with it.</p><p><b>Return Values: </b>The method MUST return zero on
success, or a nonzero error code on failure.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x80070057</p>
  <p>E_INVALIDARG</p>
  </td>
  <td>
  <p>The <i>notifications</i> parameter is NULL.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p>Upon receiving this message, the server MUST validate
parameters:</p><ul><li><p><span><span> 
</span></span>Verify that <i>notifications</i> is not NULL.</p>
</li></ul><p>If any validation fails, the server MUST terminate
processing and return a nonzero error code.</p><p> The server MUST create a SAFEARRAY object and populate it
with all the <b>notification periods</b> for the file management job.</p></div>