mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user