mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
wrong protype in MSDN, the protypes is VOID APIENTRY NtGdiDdUnattachSurface(HANDLE hSurface, HANDLE hSurfaceAttached); and the text in msdn talk it can return either DDHAL_DRIVER_HANDLED or DDHAL_DRIVER_NOTHANDLED, see http://msdn2.microsoft.com/en-us/library/ms648703.aspx, so I change the protype to DWORD APIENTRY NtGdiDdUnattachSurface(HANDLE hSurface, HANDLE hSurfaceAttached);
svn path=/branches/reactx/; revision=29609
This commit is contained in:
parent
5538059b89
commit
0c91d34b41
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ NtGdiDdSetOverlayPosition(
|
||||||
);
|
);
|
||||||
|
|
||||||
W32KAPI
|
W32KAPI
|
||||||
VOID
|
DWORD
|
||||||
APIENTRY
|
APIENTRY
|
||||||
NtGdiDdUnattachSurface(
|
NtGdiDdUnattachSurface(
|
||||||
IN HANDLE hSurface,
|
IN HANDLE hSurface,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue