<div class="content" name="GetImplTypeFlags" uuid="4232aaa9-57a8-44bf-b0d0-a02dbdb3e9bc"><p>The GetImplTypeFlags method retrieves the <a href="2743c240-4362-42bf-9482-a910ac1857f7" data-linktype="relative-path">IMPLTYPEFLAGS values</a>
associated with an interface member of a <a href="5583e1b8-454c-4147-9f56-f72416a15bee#gt_670b0ee2-d101-41b0-ac77-6ac7dbeee7dc" data-linktype="relative-path">coclass</a>.</p><dl>
<dd>
<div><pre> HRESULT GetImplTypeFlags(
   [in] UINT index,
   [out] INT* pImplTypeFlags
 );
</pre></div>
</dd></dl><p><b>index: </b>MUST be the ordinal position in the
coclass interface table of the interface whose associated IMPLTYPEFLAGS values
are to be returned.</p><p><b>pImplTypeFlags: </b>MUST be set to either a
combination of the IMPLTYPEFLAGS feature constants specified in section 2.2.13,
or 0.</p><p><b>Return Values: </b>The method MUST return
information in an HRESULT data structure, defined in <a href="../ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90" data-linktype="relative-path">[MS-ERREF]</a>
section <a href="../ms-erref/0642cb2f-2075-4469-918c-4441e69c548a" data-linktype="relative-path">2.1</a>.
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 and the entire HRESULT DWORD does
not match a value in the following table, a fatal failure occurred.</p>
</li><li><p><span><span> 
</span></span>If the severity bit is set to 1 and the entire HRESULT DWORD
matches a value in the following table, a failure occurred. </p>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x8002802B</p>
  <p>TYPE_E_ELEMENTNOTFOUND</p>
  </td>
  <td>
  <p>The value of index did not specify the ordinal position
  of an element in the interface table. See [MS-ERREF].</p>
  </td>
 </tr></tbody></table>
</li></ul><p> </p></div>