# C1.Util.DX.DXGI.AdapterDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DXGI_AdapterDescription" data-uid="C1.Util.DX.DXGI.AdapterDescription" class="text-break">AdapterDescription Struct
</h1>
  <div class="markdown level0 summary"><p>DXGI_ADAPTER_DESC</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DXGI.html">C1.Util.DX.DXGI</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_DXGI_AdapterDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct AdapterDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure AdapterDescription</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_AdapterLuid" data-uid="C1.Util.DX.DXGI.AdapterDescription.AdapterLuid">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.AdapterLuid.html">AdapterLuid</a>
        </td>
        <td class="markdown level1 summary"><p>LUID AdapterLuid</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_DedicatedSystemMemory" data-uid="C1.Util.DX.DXGI.AdapterDescription.DedicatedSystemMemory">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.DedicatedSystemMemory.html">DedicatedSystemMemory</a>
        </td>
        <td class="markdown level1 summary"><p>SIZE_T DedicatedSystemMemory</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_DedicatedVideoMemory" data-uid="C1.Util.DX.DXGI.AdapterDescription.DedicatedVideoMemory">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.DedicatedVideoMemory.html">DedicatedVideoMemory</a>
        </td>
        <td class="markdown level1 summary"><p>SIZE_T DedicatedVideoMemory</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_Description" data-uid="C1.Util.DX.DXGI.AdapterDescription.Description">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.Description.html">Description</a>
        </td>
        <td class="markdown level1 summary"><p>wchar_t Description[128]</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_DeviceId" data-uid="C1.Util.DX.DXGI.AdapterDescription.DeviceId">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.DeviceId.html">DeviceId</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int DeviceId</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_Revision" data-uid="C1.Util.DX.DXGI.AdapterDescription.Revision">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.Revision.html">Revision</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int Revision</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_SharedSystemMemory" data-uid="C1.Util.DX.DXGI.AdapterDescription.SharedSystemMemory">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.SharedSystemMemory.html">SharedSystemMemory</a>
        </td>
        <td class="markdown level1 summary"><p>SIZE_T SharedSystemMemory</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_SubSysId" data-uid="C1.Util.DX.DXGI.AdapterDescription.SubSysId">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.SubSysId.html">SubSysId</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int SubSysId</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_AdapterDescription_VendorId" data-uid="C1.Util.DX.DXGI.AdapterDescription.VendorId">
          <a class="xref" href="C1.Util.DX.DXGI.AdapterDescription.VendorId.html">VendorId</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int VendorId</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
