[PATCH 1/2] dwmapi: Fill in function names of documented ordinals

Alex Henrie alexhenrie24 at gmail.com
Tue Oct 23 22:43:38 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
There is a convenient reference at
https://www.geoffchappell.com/studies/windows/win32/dwmapi/api/index.htm
---
 dlls/dwmapi/dwmapi.spec | 46 ++++++++++++++++++++---------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/dlls/dwmapi/dwmapi.spec b/dlls/dwmapi/dwmapi.spec
index 37447195b3..02f9856fb9 100644
--- a/dlls/dwmapi/dwmapi.spec
+++ b/dlls/dwmapi/dwmapi.spec
@@ -1,33 +1,33 @@
 100 stub DwmpDxGetWindowSharedSurface
 101 stub DwmpDxUpdateWindowSharedSurface
 102 stdcall DwmEnableComposition(long)
-103 stub @
-104 stub @
-105 stub @
-106 stub @
-107 stub @
-108 stub @
-109 stub @
-110 stub @
-112 stub @
-113 stub @
-114 stub @
-115 stub @
-118 stub @
-119 stub @
-120 stub @
-121 stub @
-124 stub @
+103 stub DwmpRestartComposition
+104 stub DwmpSetColorizationColor
+105 stub DwmpStartOrStopFlip3D
+106 stub DwmpIsCompositionCapable
+107 stub DwmpGetGlobalState
+108 stub DwmpEnableRedirection
+109 stub DwmpOpenGraphicsStream
+110 stub DwmpCloseGraphicsStream
+112 stub DwmpSetGraphicsStreamTransformHint
+113 stub DwmpActivateLivePreview
+114 stub DwmpQueryThumbnailType
+115 stub DwmpStartupViaUserInit
+118 stub DwmpGetAssessment
+119 stub DwmpGetAssessmentUsage
+120 stub DwmpSetAssessmentUsage
+121 stub DwmpIsSessionDWM
+124 stub DwmpRegisterThumbnail
 125 stub DwmpDxBindSwapChain
 126 stub DwmpDxUnbindSwapChain
-127 stub @
+127 stub DwmpGetColorizationParameters
 128 stub DwmpDxgiIsThreadDesktopComposited
-129 stub @
-130 stub @
-131 stub @
-132 stub @
+129 stub DwmpDxgiDisableRedirection
+130 stub DwmpDxgiEnableRedirection
+131 stub DwmpSetColorizationParameters
+132 stub DwmpGetCompositionTimingInfoEx
 133 stub DwmpDxUpdateWindowRedirectionBltSurface
-134 stub @
+134 stub DwmpDxSetContentHostingInformation
 135 stub DwmpRenderFlick
 136 stub DwmpAllocateSecurityDescriptor
 137 stub DwmpFreeSecurityDescriptor
-- 
2.19.1




More information about the wine-devel mailing list