SetWindowTheme function uxtheme
Causes a window to use a different set of visual style information than its class normally uses.
HRESULT SetWindowTheme(
HWND hwnd,
LPCWSTR pszSubAppName,
LPCWSTR pszSubIdList
);
Implementation
int SetWindowTheme(
int hwnd, Pointer<Utf16> pszSubAppName, Pointer<Utf16> pszSubIdList) =>
_SetWindowTheme(hwnd, pszSubAppName, pszSubIdList);