GetThemeIntList (uxtheme)
Last changed: anathan-131.107.3.85

.
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

User-Defined Types:

INTLIST

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation