Go to the source code of this file.
◆ co_IntGraphicsCheck()
Definition at line 52 of file guicheck.c.
static void FASTCALL RemoveGuiApp(PPROCESSINFO W32Data)
#define W32PF_MANUALGUICHECK
PVOID NTAPI PsGetCurrentProcessWin32Process(VOID)
#define W32PF_CREATEDWINORDC
static BOOL FASTCALL co_AddGuiApp(PPROCESSINFO W32Data)
Referenced by DceCreateDisplayDC(), and UserProcessDestroy().
◆ co_IntUserManualGuiCheck()
Definition at line 77 of file guicheck.c.
struct _PROCESSINFO * PPROCESSINFO
static void FASTCALL RemoveGuiApp(PPROCESSINFO W32Data)
#define W32PF_MANUALGUICHECK
PVOID NTAPI PsGetCurrentProcessWin32Process(VOID)
static BOOL FASTCALL co_AddGuiApp(PPROCESSINFO W32Data)
Referenced by co_UserCreateWindowEx(), and co_UserFreeWindow().
◆ IntCreatePrimarySurface()
Definition at line 17 of file device.c.
22 DPRINT(
"IntCreatePrimarySurface, ppdevGlobal=%p, ppdevGlobal->pSurface = %p\n",
PSURFACE NTAPI PDEVOBJ_pSurface(PPDEVOBJ ppdev)
VOID NTAPI PDEVOBJ_vGetDeviceCaps(IN PPDEVOBJ ppdev, OUT PDEVCAPS pDevCaps)
Referenced by co_IntInitializeDesktopGraphics().
◆ IntDestroyPrimarySurface()