# C1.Util.DX.Direct3D9.ResultCode

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct3D9_ResultCode" data-uid="C1.Util.DX.Direct3D9.ResultCode" class="text-break">ResultCode Class
</h1>
  <div class="markdown level0 summary"><p>D3D9 result codes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ResultCode</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Direct3D9.html">C1.Util.DX.Direct3D9</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_Direct3D9_ResultCode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ResultCode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module ResultCode</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_Direct3D9_ResultCode_ConflictingRenderState" data-uid="C1.Util.DX.Direct3D9.ResultCode.ConflictingRenderState">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.ConflictingRenderState.html">ConflictingRenderState</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_CONFLICTINGRENDERSTATE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_ConflictingTextureFilter" data-uid="C1.Util.DX.Direct3D9.ResultCode.ConflictingTextureFilter">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.ConflictingTextureFilter.html">ConflictingTextureFilter</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_CONFLICTINGTEXTUREFILTER</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_ConflictingTexturePalette" data-uid="C1.Util.DX.Direct3D9.ResultCode.ConflictingTexturePalette">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.ConflictingTexturePalette.html">ConflictingTexturePalette</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_CONFLICTINGTEXTUREPALETTE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_DeviceHung" data-uid="C1.Util.DX.Direct3D9.ResultCode.DeviceHung">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.DeviceHung.html">DeviceHung</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_DEVICEHUNG</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_DeviceLost" data-uid="C1.Util.DX.Direct3D9.ResultCode.DeviceLost">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.DeviceLost.html">DeviceLost</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_DEVICELOST</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_DeviceNotReset" data-uid="C1.Util.DX.Direct3D9.ResultCode.DeviceNotReset">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.DeviceNotReset.html">DeviceNotReset</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_DEVICENOTRESET</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_DeviceRemoved" data-uid="C1.Util.DX.Direct3D9.ResultCode.DeviceRemoved">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.DeviceRemoved.html">DeviceRemoved</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_DEVICEREMOVED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_DriverInternalError" data-uid="C1.Util.DX.Direct3D9.ResultCode.DriverInternalError">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.DriverInternalError.html">DriverInternalError</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_DRIVERINTERNALERROR</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_InvalidCall" data-uid="C1.Util.DX.Direct3D9.ResultCode.InvalidCall">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.InvalidCall.html">InvalidCall</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_INVALIDCALL</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_InvalidDevice" data-uid="C1.Util.DX.Direct3D9.ResultCode.InvalidDevice">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.InvalidDevice.html">InvalidDevice</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_INVALIDDEVICE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_MoreData" data-uid="C1.Util.DX.Direct3D9.ResultCode.MoreData">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.MoreData.html">MoreData</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_MOREDATA</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_NoAutomaticGeneration" data-uid="C1.Util.DX.Direct3D9.ResultCode.NoAutomaticGeneration">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.NoAutomaticGeneration.html">NoAutomaticGeneration</a>
        </td>
        <td class="markdown level1 summary"><p>D3DOK_NOAUTOGEN</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_NotAvailable" data-uid="C1.Util.DX.Direct3D9.ResultCode.NotAvailable">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.NotAvailable.html">NotAvailable</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_NOTAVAILABLE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_NotFound" data-uid="C1.Util.DX.Direct3D9.ResultCode.NotFound">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.NotFound.html">NotFound</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_NOTFOUND</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_OutOfVideoMemory" data-uid="C1.Util.DX.Direct3D9.ResultCode.OutOfVideoMemory">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.OutOfVideoMemory.html">OutOfVideoMemory</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_OUTOFVIDEOMEMORY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_PresentModeChanged" data-uid="C1.Util.DX.Direct3D9.ResultCode.PresentModeChanged">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.PresentModeChanged.html">PresentModeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>S_PRESENT_MODE_CHANGED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_PresentOccluded" data-uid="C1.Util.DX.Direct3D9.ResultCode.PresentOccluded">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.PresentOccluded.html">PresentOccluded</a>
        </td>
        <td class="markdown level1 summary"><p>S_PRESENT_OCCLUDED</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_ResidentInSharedMemory" data-uid="C1.Util.DX.Direct3D9.ResultCode.ResidentInSharedMemory">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.ResidentInSharedMemory.html">ResidentInSharedMemory</a>
        </td>
        <td class="markdown level1 summary"><p>S_RESIDENT_IN_SHARED_MEMORY</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_Success" data-uid="C1.Util.DX.Direct3D9.ResultCode.Success">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.Success.html">Success</a>
        </td>
        <td class="markdown level1 summary"><p>D3D_OK</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_TooManyOperations" data-uid="C1.Util.DX.Direct3D9.ResultCode.TooManyOperations">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.TooManyOperations.html">TooManyOperations</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_TOOMANYOPERATIONS</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_UnsupportedAlphaArgument" data-uid="C1.Util.DX.Direct3D9.ResultCode.UnsupportedAlphaArgument">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.UnsupportedAlphaArgument.html">UnsupportedAlphaArgument</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_UNSUPPORTEDALPHAARG</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_UnsupportedAlphaOperation" data-uid="C1.Util.DX.Direct3D9.ResultCode.UnsupportedAlphaOperation">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.UnsupportedAlphaOperation.html">UnsupportedAlphaOperation</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_UNSUPPORTEDALPHAOPERATION</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_UnsupportedColorArgument" data-uid="C1.Util.DX.Direct3D9.ResultCode.UnsupportedColorArgument">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.UnsupportedColorArgument.html">UnsupportedColorArgument</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_UNSUPPORTEDCOLORARG</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_UnsupportedColorOperation" data-uid="C1.Util.DX.Direct3D9.ResultCode.UnsupportedColorOperation">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.UnsupportedColorOperation.html">UnsupportedColorOperation</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_UNSUPPORTEDCOLOROPERATION</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_UnsupportedFactorValue" data-uid="C1.Util.DX.Direct3D9.ResultCode.UnsupportedFactorValue">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.UnsupportedFactorValue.html">UnsupportedFactorValue</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_UNSUPPORTEDFACTORVALUE</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_UnsupportedTextureFilter" data-uid="C1.Util.DX.Direct3D9.ResultCode.UnsupportedTextureFilter">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.UnsupportedTextureFilter.html">UnsupportedTextureFilter</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_UNSUPPORTEDTEXTUREFILTER</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_WasStillDrawing" data-uid="C1.Util.DX.Direct3D9.ResultCode.WasStillDrawing">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.WasStillDrawing.html">WasStillDrawing</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_WASSTILLDRAWING</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct3D9_ResultCode_WrongTextureFormat" data-uid="C1.Util.DX.Direct3D9.ResultCode.WrongTextureFormat">
          <a class="xref" href="C1.Util.DX.Direct3D9.ResultCode.WrongTextureFormat.html">WrongTextureFormat</a>
        </td>
        <td class="markdown level1 summary"><p>D3DERR_WRONGTEXTUREFORMAT</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
