# C1.Util.DX.DXGI.Adapter2.GetDescription2

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_DXGI_Adapter2_GetDescription2_" data-uid="C1.Util.DX.DXGI.Adapter2.GetDescription2*">GetDescription2 Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_DXGI_Adapter2_GetDescription2_" data-uid="C1.Util.DX.DXGI.Adapter2.GetDescription2*"></a>
<h4 id="C1_Util_DX_DXGI_Adapter2_GetDescription2_C1_Util_DX_DXGI_AdapterDescription2__" data-uid="C1.Util.DX.DXGI.Adapter2.GetDescription2(C1.Util.DX.DXGI.AdapterDescription2@)">GetDescription2(out AdapterDescription2)</h4>
<div class="markdown level1 summary"><p>HRESULT IDXGIAdapter2::GetDesc2([Out] DXGI_ADAPTER_DESC2* pDesc)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void GetDescription2(out AdapterDescription2 descRef)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub GetDescription2(ByRef descRef As AdapterDescription2)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.DXGI.AdapterDescription2.html">AdapterDescription2</a></td>
      <td><span class="parametername">descRef</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
