BeginBufferedAnimation(hwnd, hdcTarget, rcTarget, dwFormat, pPaintParams, pAnimationParams, phdcFrom, phdcTo) => DllCall('UxTheme\BeginBufferedAnimation', 'ptr', hwnd, 'ptr', hdcTarget, 'ptr', rcTarget, 'uint', dwFormat, 'ptr', pPaintParams, 'ptr', pAnimationParams, 'ptr', phdcFrom, 'ptr', phdcTo, 'ptr')
BeginBufferedPaint(hdcTarget, prcTarget, dwFormat, pPaintParams, phdc) => DllCall('UxTheme\BeginBufferedPaint', 'ptr', hdcTarget, 'ptr', prcTarget, 'uint', dwFormat, 'ptr', pPaintParams, 'ptr', phdc, 'ptr')
BeginPanningFeedback(hwnd) => DllCall('UxTheme\BeginPanningFeedback', 'ptr', hwnd, 'int')
BufferedPaintClear(hBufferedPaint, prc) => DllCall('UxTheme\BufferedPaintClear', 'ptr', hBufferedPaint, 'ptr', prc, 'int')
BufferedPaintInit() => DllCall('UxTheme\BufferedPaintInit', 'int')
BufferedPaintRenderAnimation(hwnd, hdcTarget) => DllCall('UxTheme\BufferedPaintRenderAnimation', 'ptr', hwnd, 'ptr', hdcTarget, 'int')
BufferedPaintSetAlpha(hBufferedPaint, prc, alpha) => DllCall('UxTheme\BufferedPaintSetAlpha', 'ptr', hBufferedPaint, 'ptr', prc, 'uchar', alpha, 'int')
BufferedPaintStopAllAnimations(hwnd) => DllCall('UxTheme\BufferedPaintStopAllAnimations', 'ptr', hwnd, 'int')
BufferedPaintUnInit() => DllCall('UxTheme\BufferedPaintUnInit', 'int')
CloseThemeData(hTheme) => DllCall('UxTheme\CloseThemeData', 'ptr', hTheme, 'int')
DrawThemeBackground(hTheme, hdc, iPartId, iStateId, pRect, pClipRect) => DllCall('UxTheme\DrawThemeBackground', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', pRect, 'ptr', pClipRect, 'int')
DrawThemeBackgroundEx(hTheme, hdc, iPartId, iStateId, pRect, pOptions) => DllCall('UxTheme\DrawThemeBackgroundEx', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', pRect, 'ptr', pOptions, 'int')
DrawThemeEdge(hTheme, hdc, iPartId, iStateId, pDestRect, uEdge, uFlags, pContentRect) => DllCall('UxTheme\DrawThemeEdge', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', pDestRect, 'uint', uEdge, 'uint', uFlags, 'ptr', pContentRect, 'int')
DrawThemeIcon(hTheme, hdc, iPartId, iStateId, pRect, himl, iImageIndex) => DllCall('UxTheme\DrawThemeIcon', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', pRect, 'ptr', himl, 'int', iImageIndex, 'int')
DrawThemeParentBackground(hwnd, hdc, prc) => DllCall('UxTheme\DrawThemeParentBackground', 'ptr', hwnd, 'ptr', hdc, 'ptr', prc, 'int')
DrawThemeParentBackgroundEx(hwnd, hdc, dwFlags, prc) => DllCall('UxTheme\DrawThemeParentBackgroundEx', 'ptr', hwnd, 'ptr', hdc, 'uint', dwFlags, 'ptr', prc, 'int')
DrawThemeText(hTheme, hdc, iPartId, iStateId, pszText, iCharCount, dwTextFlags, dwTextFlags2, pRect) => DllCall('UxTheme\DrawThemeText', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'wstr', pszText, 'int', iCharCount, 'uint', dwTextFlags, 'uint', dwTextFlags2, 'ptr', pRect, 'int')
DrawThemeTextEx(hTheme, hdc, iPartId, iStateId, pszText, iCharCount, dwFlags, pRect, pOptions) => DllCall('UxTheme\DrawThemeTextEx', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'wstr', pszText, 'int', iCharCount, 'uint', dwFlags, 'ptr', pRect, 'ptr', pOptions, 'int')
EnableThemeDialogTexture(hwnd, dwFlags) => DllCall('UxTheme\EnableThemeDialogTexture', 'ptr', hwnd, 'uint', dwFlags, 'int')
EnableTheming(fEnable) => DllCall('UxTheme\EnableTheming', 'int', fEnable, 'int')
EndBufferedAnimation(hbpAnimation, fUpdateTarget) => DllCall('UxTheme\EndBufferedAnimation', 'ptr', hbpAnimation, 'int', fUpdateTarget, 'int')
EndBufferedPaint(hBufferedPaint, fUpdateTarget) => DllCall('UxTheme\EndBufferedPaint', 'ptr', hBufferedPaint, 'int', fUpdateTarget, 'int')
EndPanningFeedback(hwnd, fAnimateBack) => DllCall('UxTheme\EndPanningFeedback', 'ptr', hwnd, 'int', fAnimateBack, 'int')
GetBufferedPaintBits(hBufferedPaint, ppbBuffer, &pcxRow) => DllCall('UxTheme\GetBufferedPaintBits', 'ptr', hBufferedPaint, 'ptr', ppbBuffer, 'int*', &pcxRow, 'int')
GetBufferedPaintDC(hBufferedPaint) => DllCall('UxTheme\GetBufferedPaintDC', 'ptr', hBufferedPaint, 'ptr')
GetBufferedPaintTargetDC(hBufferedPaint) => DllCall('UxTheme\GetBufferedPaintTargetDC', 'ptr', hBufferedPaint, 'ptr')
GetBufferedPaintTargetRect(hBufferedPaint, prc) => DllCall('UxTheme\GetBufferedPaintTargetRect', 'ptr', hBufferedPaint, 'ptr', prc, 'int')
GetCurrentThemeName(pszThemeFileName, dwMaxNameChars, pszColorBuff, cchMaxColorChars, pszSizeBuff, cchMaxSizeChars) => DllCall('UxTheme\GetCurrentThemeName', 'wstr', pszThemeFileName, 'int', dwMaxNameChars, 'wstr', pszColorBuff, 'int', cchMaxColorChars, 'wstr', pszSizeBuff, 'int', cchMaxSizeChars, 'int')
GetThemeAppProperties() => DllCall('UxTheme\GetThemeAppProperties', 'uint')
GetThemeBackgroundContentRect(hTheme, hdc, iPartId, iStateId, pBoundingRect, pContentRect) => DllCall('UxTheme\GetThemeBackgroundContentRect', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', pBoundingRect, 'ptr', pContentRect, 'int')
GetThemeBackgroundExtent(hTheme, hdc, iPartId, iStateId, pContentRect, pExtentRect) => DllCall('UxTheme\GetThemeBackgroundExtent', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', pContentRect, 'ptr', pExtentRect, 'int')
GetThemeBackgroundRegion(hTheme, hdc, iPartId, iStateId, pRect, pRegion) => DllCall('UxTheme\GetThemeBackgroundRegion', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', pRect, 'ptr', pRegion, 'int')
GetThemeBitmap(hTheme, iPartId, iStateId, iPropId, dwFlags, phBitmap) => DllCall('UxTheme\GetThemeBitmap', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'uint', dwFlags, 'ptr', phBitmap, 'int')
GetThemeBool(hTheme, iPartId, iStateId, iPropId, &pfVal) => DllCall('UxTheme\GetThemeBool', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'int*', &pfVal, 'int')
GetThemeColor(hTheme, iPartId, iStateId, iPropId, &pColor) => DllCall('UxTheme\GetThemeColor', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'uint*', &pColor, 'int')
GetThemeDocumentationProperty(pszThemeName, pszPropertyName, pszValueBuff, cchMaxValChars) => DllCall('UxTheme\GetThemeDocumentationProperty', 'wstr', pszThemeName, 'wstr', pszPropertyName, 'wstr', pszValueBuff, 'int', cchMaxValChars, 'int')
GetThemeEnumValue(hTheme, iPartId, iStateId, iPropId, &piVal) => DllCall('UxTheme\GetThemeEnumValue', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'int*', &piVal, 'int')
GetThemeFilename(hTheme, iPartId, iStateId, iPropId, pszThemeFilename, cchMaxBuffChars) => DllCall('UxTheme\GetThemeFilename', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'wstr', pszThemeFilename, 'int', cchMaxBuffChars, 'int')
GetThemeFont(hTheme, hdc, iPartId, iStateId, iPropId, pFont) => DllCall('UxTheme\GetThemeFont', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'ptr', pFont, 'int')
GetThemeInt(hTheme, iPartId, iStateId, iPropId, &piVal) => DllCall('UxTheme\GetThemeInt', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'int*', &piVal, 'int')
GetThemeIntList(hTheme, iPartId, iStateId, iPropId, pIntList) => DllCall('UxTheme\GetThemeIntList', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'ptr', pIntList, 'int')
GetThemeMargins(hTheme, hdc, iPartId, iStateId, iPropId, prc, pMargins) => DllCall('UxTheme\GetThemeMargins', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'ptr', prc, 'ptr', pMargins, 'int')
GetThemeMetric(hTheme, hdc, iPartId, iStateId, iPropId, &piVal) => DllCall('UxTheme\GetThemeMetric', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'int*', &piVal, 'int')
GetThemePartSize(hTheme, hdc, iPartId, iStateId, prc, eSize, psz) => DllCall('UxTheme\GetThemePartSize', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', prc, 'uint', eSize, 'ptr', psz, 'int')
GetThemePosition(hTheme, iPartId, iStateId, iPropId, pPoint) => DllCall('UxTheme\GetThemePosition', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'ptr', pPoint, 'int')
GetThemePropertyOrigin(hTheme, iPartId, iStateId, iPropId, pOrigin) => DllCall('UxTheme\GetThemePropertyOrigin', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'ptr', pOrigin, 'int')
GetThemeRect(hTheme, iPartId, iStateId, iPropId, pRect) => DllCall('UxTheme\GetThemeRect', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'ptr', pRect, 'int')
GetThemeStream(hTheme, iPartId, iStateId, iPropId, ppvStream, &pcbStream, hInst) => DllCall('UxTheme\GetThemeStream', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'ptr', ppvStream, 'uint*', &pcbStream, 'ptr', hInst, 'int')
GetThemeString(hTheme, iPartId, iStateId, iPropId, pszBuff, cchMaxBuffChars) => DllCall('UxTheme\GetThemeString', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int', iPropId, 'wstr', pszBuff, 'int', cchMaxBuffChars, 'int')
GetThemeSysBool(hTheme, iBoolID) => DllCall('UxTheme\GetThemeSysBool', 'ptr', hTheme, 'int', iBoolID, 'int')
GetThemeSysColor(hTheme, iColorID) => DllCall('UxTheme\GetThemeSysColor', 'ptr', hTheme, 'int', iColorID, 'uint')
GetThemeSysColorBrush(hTheme, iColorID) => DllCall('UxTheme\GetThemeSysColorBrush', 'ptr', hTheme, 'int', iColorID, 'ptr')
GetThemeSysFont(hTheme, iFontID, plf) => DllCall('UxTheme\GetThemeSysFont', 'ptr', hTheme, 'int', iFontID, 'ptr', plf, 'int')
GetThemeSysInt(hTheme, iIntID, &piValue) => DllCall('UxTheme\GetThemeSysInt', 'ptr', hTheme, 'int', iIntID, 'int*', &piValue, 'int')
GetThemeSysSize(hTheme, iSizeID) => DllCall('UxTheme\GetThemeSysSize', 'ptr', hTheme, 'int', iSizeID, 'int')
GetThemeSysString(hTheme, iStringID, pszStringBuff, cchMaxStringChars) => DllCall('UxTheme\GetThemeSysString', 'ptr', hTheme, 'int', iStringID, 'wstr', pszStringBuff, 'int', cchMaxStringChars, 'int')
GetThemeTextExtent(hTheme, hdc, iPartId, iStateId, pszText, iCharCount, dwTextFlags, pBoundingRect, pExtentRect) => DllCall('UxTheme\GetThemeTextExtent', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'wstr', pszText, 'int', iCharCount, 'uint', dwTextFlags, 'ptr', pBoundingRect, 'ptr', pExtentRect, 'int')
GetThemeTextMetrics(hTheme, hdc, iPartId, iStateId, ptm) => DllCall('UxTheme\GetThemeTextMetrics', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'ptr', ptm, 'int')
GetThemeTransitionDuration(hTheme, iPartId, iStateIdFrom, iStateIdTo, iPropId, &pdwDuration) => DllCall('UxTheme\GetThemeTransitionDuration', 'ptr', hTheme, 'int', iPartId, 'int', iStateIdFrom, 'int', iStateIdTo, 'int', iPropId, 'uint*', &pdwDuration, 'int')
GetWindowTheme(hwnd) => DllCall('UxTheme\GetWindowTheme', 'ptr', hwnd, 'ptr')
HitTestThemeBackground(hTheme, hdc, iPartId, iStateId, dwOptions, pRect, hrgn, ptTest, &pwHitTestCode) => DllCall('UxTheme\HitTestThemeBackground', 'ptr', hTheme, 'ptr', hdc, 'int', iPartId, 'int', iStateId, 'uint', dwOptions, 'ptr', pRect, 'ptr', hrgn, 'uint64', ptTest, 'ushort*', &pwHitTestCode, 'int')
IsAppThemed() => DllCall('UxTheme\IsAppThemed', 'int')
IsCompositionActive() => DllCall('UxTheme\IsCompositionActive', 'int')
IsThemeActive() => DllCall('UxTheme\IsThemeActive', 'int')
IsThemeBackgroundPartiallyTransparent(hTheme, iPartId, iStateId) => DllCall('UxTheme\IsThemeBackgroundPartiallyTransparent', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int')
IsThemeDialogTextureEnabled(hwnd) => DllCall('UxTheme\IsThemeDialogTextureEnabled', 'ptr', hwnd, 'int')
IsThemePartDefined(hTheme, iPartId, iStateId) => DllCall('UxTheme\IsThemePartDefined', 'ptr', hTheme, 'int', iPartId, 'int', iStateId, 'int')
OpenThemeData(hwnd, pszClassList) => DllCall('UxTheme\OpenThemeData', 'ptr', hwnd, 'wstr', pszClassList, 'ptr')
OpenThemeDataEx(hwnd, pszClassIdList, dwFlags) => DllCall('UxTheme\OpenThemeDataEx', 'ptr', hwnd, 'wstr', pszClassIdList, 'uint', dwFlags, 'ptr')
SetThemeAppProperties(dwFlags) => DllCall('UxTheme\SetThemeAppProperties', 'uint', dwFlags, 'int')
SetWindowTheme(hwnd, pszSubAppName, pszSubIdList) => DllCall('UxTheme\SetWindowTheme', 'ptr', hwnd, 'wstr', pszSubAppName, 'wstr', pszSubIdList, 'int')
SetWindowThemeAttribute(hwnd, eAttribute, pvAttribute, cbAttribute) => DllCall('UxTheme\SetWindowThemeAttribute', 'ptr', hwnd, 'int', eAttribute, 'ptr', pvAttribute, 'uint', cbAttribute, 'int')
UpdatePanningFeedback(hwnd, lTotalOverpanOffsetX, lTotalOverpanOffsetY, fInInertia) => DllCall('UxTheme\UpdatePanningFeedback', 'ptr', hwnd, 'int', lTotalOverpanOffsetX, 'int', lTotalOverpanOffsetY, 'int', fInInertia, 'int')
暂无讨论,说说你的看法吧