# C1.Util.Win.Win32.SystemParametersInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_Win_Win32_SystemParametersInfo_" data-uid="C1.Util.Win.Win32.SystemParametersInfo*">SystemParametersInfo Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_Win_Win32_SystemParametersInfo_" data-uid="C1.Util.Win.Win32.SystemParametersInfo*"></a>
<h4 id="C1_Util_Win_Win32_SystemParametersInfo_System_UInt32_System_UInt32_C1_Util_Win_Win32_NONCLIENTMETRICS__System_UInt32_" data-uid="C1.Util.Win.Win32.SystemParametersInfo(System.UInt32,System.UInt32,C1.Util.Win.Win32.NONCLIENTMETRICS@,System.UInt32)">SystemParametersInfo(uint, uint, ref NONCLIENTMETRICS, uint)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static extern bool SystemParametersInfo(uint uiAction, uint uiParam, ref Win32.NONCLIENTMETRICS pvParam, uint fWinIni)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function SystemParametersInfo(uiAction As UInteger, uiParam As UInteger, ByRef pvParam As Win32.NONCLIENTMETRICS, fWinIni As UInteger) As Boolean</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="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></td>
      <td><span class="parametername">uiAction</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></td>
      <td><span class="parametername">uiParam</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.Win.Win32.html">Win32</a>.<a class="xref" href="C1.Util.Win.Win32.NONCLIENTMETRICS.html">NONCLIENTMETRICS</a></td>
      <td><span class="parametername">pvParam</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a></td>
      <td><span class="parametername">fWinIni</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_Win_Win32_SystemParametersInfo_" data-uid="C1.Util.Win.Win32.SystemParametersInfo*"></a>
<h4 id="C1_Util_Win_Win32_SystemParametersInfo_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.Util.Win.Win32.SystemParametersInfo(System.Int32,System.Int32,System.Int32,System.Int32)">SystemParametersInfo(int, int, int, int)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static extern bool SystemParametersInfo(int uiAction, int uiParam, int pvParam, int fWinIni)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function SystemParametersInfo(uiAction As Integer, uiParam As Integer, pvParam As Integer, fWinIni As Integer) As Boolean</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">uiAction</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">uiParam</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pvParam</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">fWinIni</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_Win_Win32_SystemParametersInfo_" data-uid="C1.Util.Win.Win32.SystemParametersInfo*"></a>
<h4 id="C1_Util_Win_Win32_SystemParametersInfo_System_Int32_System_Int32_C1_Util_Win_Win32_ANIMATIONINFO__System_Int32_" data-uid="C1.Util.Win.Win32.SystemParametersInfo(System.Int32,System.Int32,C1.Util.Win.Win32.ANIMATIONINFO@,System.Int32)">SystemParametersInfo(int, int, ref ANIMATIONINFO, int)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static extern bool SystemParametersInfo(int Action, int uiParam, ref Win32.ANIMATIONINFO pvParam, int fWinIni)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function SystemParametersInfo(Action As Integer, uiParam As Integer, ByRef pvParam As Win32.ANIMATIONINFO, fWinIni As Integer) As Boolean</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">Action</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">uiParam</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.Win.Win32.html">Win32</a>.<a class="xref" href="C1.Util.Win.Win32.ANIMATIONINFO.html">ANIMATIONINFO</a></td>
      <td><span class="parametername">pvParam</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">fWinIni</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_Win_Win32_SystemParametersInfo_" data-uid="C1.Util.Win.Win32.SystemParametersInfo*"></a>
<h4 id="C1_Util_Win_Win32_SystemParametersInfo_System_Int32_System_Int32_C1_Util_Win_Win32_MINIMIZEDMETRICS__System_Int32_" data-uid="C1.Util.Win.Win32.SystemParametersInfo(System.Int32,System.Int32,C1.Util.Win.Win32.MINIMIZEDMETRICS@,System.Int32)">SystemParametersInfo(int, int, ref MINIMIZEDMETRICS, int)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static extern bool SystemParametersInfo(int Action, int uiParam, ref Win32.MINIMIZEDMETRICS pvParam, int fWinIni)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function SystemParametersInfo(Action As Integer, uiParam As Integer, ByRef pvParam As Win32.MINIMIZEDMETRICS, fWinIni As Integer) As Boolean</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">Action</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">uiParam</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.Win.Win32.html">Win32</a>.<a class="xref" href="C1.Util.Win.Win32.MINIMIZEDMETRICS.html">MINIMIZEDMETRICS</a></td>
      <td><span class="parametername">pvParam</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">fWinIni</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
