Desktop Functions: Smart Device Functions:
|
OpenThemeFile (uxtheme)
C# Signature:
[DllImport("UxTheme.Dll", EntryPoint = "#2", CharSet = CharSet.Unicode)] VB Signature:
<DllImport("UxTheme.DLL", BestFitMapping:=False, CallingConvention:=CallingConvention.Winapi, CharSet:=CharSet.Unicode, EntryPoint:="#2")> _ Pascal/Delphi Signature:
Function OpenThemeFile(pszThemeFileName: LPCWSTR; pszColorName: LPCWSTR; pszSizeName: LPCWSTR; hThemeFile: Pointer; unknown: DWORD): HRESULT; StdCall; External 'uxtheme.dll' Index 2; User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Parameters have the same meaning as for SetSystemVisualStyle, except the new hThemeFile one which is the result of the function. I'll add an example of how to use this later. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|