Stock Implementation UxTheme.dll version 1.0 or later
Custom Implementation No
Header uxtheme.h
Import library UxTheme.lib
Minimum operating systems Windows XP
Retrieves the name of the current visual style, and optionally retrieves the color scheme name and size name.
Syntax
HRESULT GetCurrentThemeName(
LPWSTR pszThemeFileName,
int dwMaxNameChars,
LPWSTR pszColorBuff,
int cchMaxColorChars,
LPWSTR pszSizeBuff,
int cchMaxSizeChars
);