comment some protypes and how they work.

svn path=/branches/reactx/; revision=29600
This commit is contained in:
Magnus Olsen 2007-10-15 12:40:29 +00:00
parent 6a362ee13f
commit 1a146fe5ca
2 changed files with 16 additions and 15 deletions

View file

@ -50,9 +50,23 @@
/* win32k.sys internal protypes for the driver functions it export */
/************************************************************************/
/* Check see if termal server got a connections or not */
/* Notes : Check see if termal server got a connections or not */
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 */
ULONG DxEngDispUniq();
/* Notes : return the VisRgnUniq counter for win32k */
ULONG DxEngVisRgnUniq();
/* Enumate all drivers in win32k */
HDEV *
DxEngEnumerateHdev(HDEV *hdev);
/* prototypes are not done yet, I need gather all my notes
@ -63,24 +77,12 @@ BOOL DxEngNUIsTermSrv();
DWORD
DxEngScreenAccessCheck();
DWORD
DxEngRedrawDesktop();
DWORD
DxEngDispUniq();
ULONG
DxEngVisRgnUniq();
DWORD
DxEngLockShareSem();
DWORD
DxEngUnlockShareSem();
DWORD
DxEngEnumerateHdev(x);
DWORD
DxEngLockHdev(x);

View file

@ -40,7 +40,7 @@
#define DXG_INDEX_DxDdGetBltStatus 0x1D
#define DXG_INDEX_DxDdGetDC 0x1E
#define DXG_INDEX_DxDdGetDriverInfo 0x1F
#define DXG_INDEX_DxDdGetDxHandle 0x20
#define DXG_INDEX_DxDdGetFlipStatus 0x21
#define DXG_INDEX_DxDdGetInternalMoCompInfo 0x22
#define DXG_INDEX_DxDdGetMoCompBuffInfo 0x23
@ -87,7 +87,6 @@
#define DXG_INDEX_DxDvpReleaseNotification 0x49
/* not addedd yet */
#define DXG_INDEX_DxDdGetDxHandle 0x20
#define DXG_INDEX_DxDdReleaseDC 0x2C
#define DXG_INDEX_DxDdResetVisrgn 0x2E
#define DXG_INDEX_DxDdSetGammaRamp 0x31