<div class="content" name="CveIDs" uuid="e87ead5a-e984-4a60-a443-3e95baae2cc5"><p>The IWindowsDriverUpdate2::CveIDs (opnum 63) method
retrieves the <span><a href="750e8355-177c-4a51-bab8-927c813819c8#gt_aae0b03e-5b9c-4db6-937b-7af6e0f20422" data-linktype="relative-path">CVE IDs</a></span> associated
with the update.</p><dl>
<dd>
<div><pre> HRESULT CveIDs(
   [out, retval] IStringCollection** retval
 );
</pre></div>
</dd></dl><p><b>retval: </b>An <span><a href="ebbad999-fb23-433b-ad86-9ecf748ceb0e" data-linktype="relative-path">IStringCollection (section 3.18.4)</a></span>
instance containing the CVE IDs associated with the update. If no CVE IDs are
associated with the update, <i>retval</i> MUST be set to an empty <b>IStringCollection</b>.</p><p><b>Return Values: </b>The method MUST return
information in an <b>HRESULT</b> data structure. The severity bit in the
structure identifies the following conditions:</p><ul><li><p><span><span>  </span></span>If
the severity bit is set to 0, the method completed successfully.</p>
</li><li><p><span><span>  </span></span>If
the severity bit is set to 1, the method failed and encountered a fatal error.</p>
</li></ul><p><b>Exceptions Thrown:</b> No exceptions are thrown beyond
those thrown by the underlying RPC protocol <span><a href="../ms-rpce/290c38b1-92fe-4229-91e6-4fc376610c15" data-linktype="relative-path">[MS-RPCE]</a></span>.</p><p>This method SHOULD return the value of the <b>CveIDs</b> ADM
element.</p></div>