GetThemeInt (uxtheme)
Last changed: -67.128.30.210

.
Summary
TODO - a short description

C# Signature:

[DllImport("uxtheme", ExactSpelling=true)]
public extern static Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);

VB .NET Signature:

Declare Function GetThemeIntList Lib "uxtheme.dll" (TODO) As TODO

<DllImport("uxtheme", ExactSpelling := True)> _
Public Shared Function GetThemeIntList(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pIntList As INTLIST) As Int32
End Function

User-Defined Types:

INTLIST

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation