BExplorer.Shell.Interop.UxTheme.SetWindowTheme C# (CSharp) Method

SetWindowTheme() private method

private SetWindowTheme ( IntPtr hWnd, String pszSubAppName, int pszSubIdList ) : int
hWnd System.IntPtr
pszSubAppName String
pszSubIdList int
return int
		public static extern int SetWindowTheme(IntPtr hWnd, String pszSubAppName, int pszSubIdList);
	}