add correct prototypes for DxEngLockDC and DxEngUnlockDC

add comment how DxEngLockDC and DxEngUnlockDC works

svn path=/branches/reactx/; revision=29742
This commit is contained in:
Magnus Olsen
2007-10-21 17:06:27 +00:00
parent a85334323c
commit bd8a20efb1
@@ -56,20 +56,25 @@ BOOL DxEngNUIsTermSrv();
/* Notes : it always return TRUE, and it update whole the screen (redaw current desktop) */
BOOL DxEngRedrawDesktop();
/* Notes : return the DisplayUniqVisrgn counter from gdishare memory */
/* Notes : return the DisplayUniqVisrgn counter from gdishare memory */
ULONG DxEngDispUniq();
/* Notes : return the VisRgnUniq counter for win32k */
ULONG DxEngVisRgnUniq();
/* Enumate all drivers in win32k */
HDEV *
DxEngEnumerateHdev(HDEV *hdev);
/* Notes : Enumate all drivers in win32k */
HDEV *DxEngEnumerateHdev(HDEV *hdev);
/* same protypes NtGdiEngGetDeviceGammaRamp, diffent is we skipp the user mode checks and seh */
/* Notes : same protypes NtGdiEngGetDeviceGammaRamp, diffent is we skipp the user mode checks and seh */
BOOL
DxEngGetDeviceGammaRamp(HDC hDC, LPVOID lpRamp);
/* Notes : Lock the hDC */
PDC DxEngLockDC(HDC hDC);
/* Notes : Unlock the hDC */
BOOL DxEngUnlockDC(PDC pDC);
/* prototypes are not done yet, I need gather all my notes
* to make them correct
@@ -138,11 +143,9 @@ DxEngCleanDC(x);
DWORD
DxEngSetDCOwner(x,x)
DWORD
DxEngLockDC(x);
DWORD
DxEngUnlockDC(x);
DWORD
DxEngSetDCState(x,x,x);