ReactOS 0.4.15-dev-8058-ga7cbb60
stubs.c File Reference
#include <user32.h>
Include dependency graph for stubs.c:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (user32)
 
DWORD WINAPI WaitForInputIdle (HANDLE hProcess, DWORD dwMilliseconds)
 
VOID WINAPI SetDebugErrorLevel (DWORD dwLevel)
 
DWORD WINAPI GetAppCompatFlags (HTASK hTask)
 
DWORD WINAPI GetAppCompatFlags2 (HTASK hTask)
 
VOID WINAPI LoadLocalFonts (VOID)
 
VOID WINAPI LoadRemoteFonts (VOID)
 
VOID WINAPI RegisterSystemThread (DWORD flags, DWORD reserved)
 
UINT WINAPI UserRealizePalette (HDC hDC)
 
DWORD_PTR WINAPI SetSysColorsTemp (const COLORREF *pPens, const HBRUSH *pBrushes, DWORD_PTR n)
 
HDESK WINAPI GetInputDesktop (VOID)
 
BOOL WINAPI GetAccCursorInfo (PCURSORINFO pci)
 
UINT WINAPI GetRawInputDeviceInfoW (HANDLE hDevice, UINT uiCommand, LPVOID pData, PUINT pcbSize)
 
LONG WINAPI CsrBroadcastSystemMessageExW (DWORD dwflags, LPDWORD lpdwRecipients, UINT uiMessage, WPARAM wParam, LPARAM lParam, PBSMINFO pBSMInfo)
 
UINT WINAPI GetRawInputDeviceInfoA (HANDLE hDevice, UINT uiCommand, LPVOID pData, PUINT pcbSize)
 
BOOL WINAPI AlignRects (LPRECT rect, DWORD b, DWORD c, DWORD d)
 
LRESULT WINAPI DefRawInputProc (PRAWINPUT *paRawInput, INT nInput, UINT cbSizeHeader)
 
UINT WINAPI DECLSPEC_HOTPATCH GetRawInputBuffer (PRAWINPUT pData, PUINT pcbSize, UINT cbSizeHeader)
 
UINT WINAPI GetRawInputData (HRAWINPUT hRawInput, UINT uiCommand, LPVOID pData, PUINT pcbSize, UINT cbSizeHeader)
 
UINT WINAPI GetRawInputDeviceList (PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT puiNumDevices, UINT cbSize)
 
UINT WINAPI DECLSPEC_HOTPATCH GetRegisteredRawInputDevices (PRAWINPUTDEVICE pRawInputDevices, PUINT puiNumDevices, UINT cbSize)
 
BOOL WINAPI DECLSPEC_HOTPATCH RegisterRawInputDevices (PCRAWINPUTDEVICE pRawInputDevices, UINT uiNumDevices, UINT cbSize)
 
BOOL WINAPI DisplayExitWindowsWarnings (ULONG flags)
 
BOOL WINAPI ReasonCodeNeedsBugID (ULONG reasoncode)
 
BOOL WINAPI ReasonCodeNeedsComment (ULONG reasoncode)
 
BOOL WINAPI CtxInitUser32 (VOID)
 
BOOL WINAPI EnterReaderModeHelper (HWND hwnd)
 
VOID WINAPI InitializeLpkHooks (FARPROC *hookfuncs)
 
WORD WINAPI InitializeWin32EntryTable (UCHAR *EntryTablePlus0x1000)
 
BOOL WINAPI IsServerSideWindow (HWND wnd)
 
VOID WINAPI AllowForegroundActivation (VOID)
 
VOID WINAPI ShowStartGlass (DWORD unknown)
 
DWORD WINAPI GetMenuIndex (HMENU hMenu, HMENU hSubMenu)
 
DWORD WINAPI UserRegisterWowHandlers (PVOID Unknown1, PVOID Unknown2)
 
BOOL WINAPI BuildReasonArray (PVOID Pointer)
 
VOID WINAPI CreateSystemThreads (DWORD Unused)
 
BOOL WINAPI DestroyReasons (PVOID Pointer)
 
NTSTATUS WINAPI DeviceEventWorker (HWND hwnd, WPARAM wParam, LPARAM lParam, DWORD Data, ULONG_PTR *uResult)
 
BOOL WINAPI GetReasonTitleFromReasonCode (DWORD dw1, DWORD dw2, DWORD dw3)
 
BOOL WINAPI IsSETEnabled (VOID)
 
BOOL WINAPI RecordShutdownReason (DWORD dw0)
 
BOOL WINAPI UserLpkTabbedTextOut (DWORD dw1, DWORD dw2, DWORD dw3, DWORD dw4, DWORD dw5, DWORD dw6, DWORD dw7, DWORD dw8, DWORD dw9, DWORD dw10, DWORD dw11, DWORD dw12)
 
BOOL WINAPI Win32PoolAllocationStats (DWORD dw1, DWORD dw2, DWORD dw3, DWORD dw4, DWORD dw5)
 

Variables

static HPEN SysColorPens [COLOR_MENUBAR+1]
 
static HBRUSH SysColorBrushes [COLOR_MENUBAR+1]
 

Function Documentation

◆ AlignRects()

BOOL WINAPI AlignRects ( LPRECT  rect,
DWORD  b,
DWORD  c,
DWORD  d 
)

Definition at line 272 of file stubs.c.

273{
275 return FALSE;
276}
#define FALSE
Definition: types.h:117
#define UNIMPLEMENTED
Definition: stubs.c:6

◆ AllowForegroundActivation()

VOID WINAPI AllowForegroundActivation ( VOID  )

Definition at line 447 of file stubs.c.

448{
450}

◆ BuildReasonArray()

BOOL WINAPI BuildReasonArray ( PVOID  Pointer)

Definition at line 479 of file stubs.c.

480{
482 return FALSE;
483}

◆ CreateSystemThreads()

VOID WINAPI CreateSystemThreads ( DWORD  Unused)

Definition at line 487 of file stubs.c.

488{
489 /* Thread call for remote processes (non-CSRSS) only */
491 ExitThread(0);
492}
#define TRUE
Definition: types.h:120
VOID WINAPI ExitThread(IN DWORD uExitCode)
Definition: thread.c:365
EXTINLINE VOID NtUserxCreateSystemThreads(BOOL bRemoteProcess)
Definition: ntwrapper.h:646

◆ CsrBroadcastSystemMessageExW()

LONG WINAPI CsrBroadcastSystemMessageExW ( DWORD  dwflags,
LPDWORD  lpdwRecipients,
UINT  uiMessage,
WPARAM  wParam,
LPARAM  lParam,
PBSMINFO  pBSMInfo 
)

Definition at line 240 of file stubs.c.

247{
249 return FALSE;
250}

◆ CtxInitUser32()

BOOL WINAPI CtxInitUser32 ( VOID  )

Definition at line 403 of file stubs.c.

404{
406 return FALSE;
407}

◆ DefRawInputProc()

LRESULT WINAPI DefRawInputProc ( PRAWINPUT *  paRawInput,
INT  nInput,
UINT  cbSizeHeader 
)

Definition at line 283 of file stubs.c.

287{
288 if (cbSizeHeader == sizeof(RAWINPUTHEADER))
289 return S_OK;
290 return 1;
291}
#define S_OK
Definition: intsafe.h:52

◆ DestroyReasons()

BOOL WINAPI DestroyReasons ( PVOID  Pointer)

Definition at line 496 of file stubs.c.

497{
499 return FALSE;
500}

◆ DeviceEventWorker()

NTSTATUS WINAPI DeviceEventWorker ( HWND  hwnd,
WPARAM  wParam,
LPARAM  lParam,
DWORD  Data,
ULONG_PTR uResult 
)

Definition at line 504 of file stubs.c.

505{
506 USER_API_MESSAGE ApiMessage;
507 PUSER_DEVICE_EVENT_MSG pusem = &ApiMessage.Data.DeviceEventMsg;
508
509 pusem->hwnd = hwnd;
510 pusem->wParam = wParam;
511 pusem->lParam = lParam;
512 pusem->Data = Data;
513 pusem->Result = 0;
514
515 TRACE("DeviceEventWorker : hwnd %p, wParam %d, lParam %d, Data %d, uResult %p\n", hwnd, wParam, lParam, Data, uResult);
516
517 if ( lParam == 0 )
518 {
520 NULL,
522 sizeof(*pusem) );
523 }
524 else
525 {
526 PCSR_CAPTURE_BUFFER pcsrcb = NULL;
528 ULONG BufferSize = pdev_br->dbch_size;
529
531
532 if ( !pcsrcb )
533 {
534 return STATUS_NO_MEMORY;
535 }
536
538
540 pcsrcb,
542 sizeof(*pusem) );
543
544 CsrFreeCaptureBuffer( pcsrcb );
545 }
546
547 if (NT_SUCCESS(ApiMessage.Status))
548 {
549 *uResult = pusem->Result;
550 }
551
552 return ApiMessage.Status;
553}
WPARAM wParam
Definition: combotst.c:138
LPARAM lParam
Definition: combotst.c:139
#define CSR_CREATE_API_NUMBER(ServerId, ApiId)
Definition: csrmsg.h:37
struct _DEV_BROADCAST_HDR * PDEV_BROADCAST_HDR
#define NULL
Definition: types.h:112
#define NT_SUCCESS(StatCode)
Definition: apphelp.c:32
#define STATUS_NO_MEMORY
Definition: ntstatus.h:260
PCSR_CAPTURE_BUFFER NTAPI CsrAllocateCaptureBuffer(_In_ ULONG ArgumentCount, _In_ ULONG BufferSize)
Definition: capture.c:87
VOID NTAPI CsrFreeCaptureBuffer(_In_ _Frees_ptr_ PCSR_CAPTURE_BUFFER CaptureBuffer)
Definition: capture.c:210
VOID NTAPI CsrCaptureMessageBuffer(_Inout_ PCSR_CAPTURE_BUFFER CaptureBuffer, _In_opt_ PVOID MessageBuffer, _In_ ULONG MessageLength, _Out_ PVOID *CapturedData)
Definition: capture.c:189
NTSTATUS NTAPI CsrClientCallServer(_Inout_ PCSR_API_MESSAGE ApiMessage, _Inout_opt_ PCSR_CAPTURE_BUFFER CaptureBuffer, _In_ CSR_API_NUMBER ApiNumber, _In_ ULONG DataLength)
Definition: connect.c:366
#define TRACE(s)
Definition: solgame.cpp:4
NTSTATUS Status
Definition: csrmsg.h:110
DWORD dbch_size
Definition: dbt.h:73
union _USER_API_MESSAGE::@3543 Data
USER_DEVICE_EVENT_MSG DeviceEventMsg
Definition: winmsg.h:115
ULONG_PTR Result
Definition: winmsg.h:95
uint32_t ULONG
Definition: typedefs.h:59
_In_ WDFMEMORY _Out_opt_ size_t * BufferSize
Definition: wdfmemory.h:254
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
@ UserpDeviceEvent
Definition: winmsg.h:27
#define USERSRV_SERVERDLL_INDEX
Definition: winmsg.h:15

◆ DisplayExitWindowsWarnings()

BOOL WINAPI DisplayExitWindowsWarnings ( ULONG  flags)

Definition at line 376 of file stubs.c.

377{
379 return FALSE;
380}

◆ EnterReaderModeHelper()

BOOL WINAPI EnterReaderModeHelper ( HWND  hwnd)

Definition at line 412 of file stubs.c.

413{
415 return FALSE;
416}

◆ GetAccCursorInfo()

BOOL WINAPI GetAccCursorInfo ( PCURSORINFO  pci)

Definition at line 214 of file stubs.c.

215{
217 return FALSE;
218}

◆ GetAppCompatFlags()

DWORD WINAPI GetAppCompatFlags ( HTASK  hTask)

Definition at line 51 of file stubs.c.

52{
54
55 return pci->dwCompatFlags;
56}
#define GetWin32ClientInfo()
Definition: ntuser.h:352
DWORD dwCompatFlags
Definition: ntuser.h:322

◆ GetAppCompatFlags2()

DWORD WINAPI GetAppCompatFlags2 ( HTASK  hTask)

Definition at line 63 of file stubs.c.

64{
66
67 return pci->dwCompatFlags2;
68}
DWORD dwCompatFlags2
Definition: ntuser.h:323

◆ GetInputDesktop()

HDESK WINAPI GetInputDesktop ( VOID  )

Definition at line 203 of file stubs.c.

204{
206 return FALSE;
207}

◆ GetMenuIndex()

DWORD WINAPI GetMenuIndex ( HMENU  hMenu,
HMENU  hSubMenu 
)

Definition at line 463 of file stubs.c.

464{
465 return NtUserGetMenuIndex(hMenu, hSubMenu);
466}
UINT NTAPI NtUserGetMenuIndex(HMENU hMenu, HMENU hSubMenu)
Definition: menu.c:6075

◆ GetRawInputBuffer()

UINT WINAPI DECLSPEC_HOTPATCH GetRawInputBuffer ( PRAWINPUT  pData,
PUINT  pcbSize,
UINT  cbSizeHeader 
)

Definition at line 299 of file stubs.c.

303{
305 return 0;
306}

◆ GetRawInputData()

UINT WINAPI GetRawInputData ( HRAWINPUT  hRawInput,
UINT  uiCommand,
LPVOID  pData,
PUINT  pcbSize,
UINT  cbSizeHeader 
)

Definition at line 313 of file stubs.c.

319{
321 return 0;
322}

Referenced by test_GetRawInputData().

◆ GetRawInputDeviceInfoA()

UINT WINAPI GetRawInputDeviceInfoA ( HANDLE  hDevice,
UINT  uiCommand,
LPVOID  pData,
PUINT  pcbSize 
)

Definition at line 257 of file stubs.c.

262{
264 return 0;
265}

Referenced by init_function_pointers().

◆ GetRawInputDeviceInfoW()

UINT WINAPI GetRawInputDeviceInfoW ( HANDLE  hDevice,
UINT  uiCommand,
LPVOID  pData,
PUINT  pcbSize 
)

Definition at line 225 of file stubs.c.

230{
232 return 0;
233}

Referenced by init_function_pointers().

◆ GetRawInputDeviceList()

UINT WINAPI GetRawInputDeviceList ( PRAWINPUTDEVICELIST  pRawInputDeviceList,
PUINT  puiNumDevices,
UINT  cbSize 
)

Definition at line 329 of file stubs.c.

333{
334 if(pRawInputDeviceList)
335 memset(pRawInputDeviceList, 0, sizeof *pRawInputDeviceList);
336 if(puiNumDevices)
337 *puiNumDevices = 0;
338
340 return 0;
341}
#define memset(x, y, z)
Definition: compat.h:39

Referenced by init_function_pointers().

◆ GetReasonTitleFromReasonCode()

BOOL WINAPI GetReasonTitleFromReasonCode ( DWORD  dw1,
DWORD  dw2,
DWORD  dw3 
)

Definition at line 557 of file stubs.c.

558{
560 return FALSE;
561}

◆ GetRegisteredRawInputDevices()

UINT WINAPI DECLSPEC_HOTPATCH GetRegisteredRawInputDevices ( PRAWINPUTDEVICE  pRawInputDevices,
PUINT  puiNumDevices,
UINT  cbSize 
)

Definition at line 349 of file stubs.c.

353{
355 return 0;
356}

Referenced by acquire_tests(), and test_mouse_keyboard().

◆ InitializeLpkHooks()

VOID WINAPI InitializeLpkHooks ( FARPROC hookfuncs)

Definition at line 421 of file stubs.c.

422{
424}

◆ InitializeWin32EntryTable()

WORD WINAPI InitializeWin32EntryTable ( UCHAR EntryTablePlus0x1000)

Definition at line 429 of file stubs.c.

430{
432 return FALSE;
433}

◆ IsServerSideWindow()

BOOL WINAPI IsServerSideWindow ( HWND  wnd)

Definition at line 438 of file stubs.c.

439{
441 return FALSE;
442}

◆ IsSETEnabled()

BOOL WINAPI IsSETEnabled ( VOID  )

Definition at line 565 of file stubs.c.

566{
567 /*
568 * Determines whether the Shutdown Event Tracker is enabled.
569 *
570 * See http://undoc.airesoft.co.uk/user32.dll/IsSETEnabled.php
571 * for more information.
572 */
574 return FALSE;
575}

◆ LoadLocalFonts()

VOID WINAPI LoadLocalFonts ( VOID  )

Definition at line 75 of file stubs.c.

76{
78}

◆ LoadRemoteFonts()

VOID WINAPI LoadRemoteFonts ( VOID  )

Definition at line 85 of file stubs.c.

86{
88}

◆ ReasonCodeNeedsBugID()

BOOL WINAPI ReasonCodeNeedsBugID ( ULONG  reasoncode)

Definition at line 385 of file stubs.c.

386{
388 return FALSE;
389}

◆ ReasonCodeNeedsComment()

BOOL WINAPI ReasonCodeNeedsComment ( ULONG  reasoncode)

Definition at line 394 of file stubs.c.

395{
397 return FALSE;
398}

◆ RecordShutdownReason()

BOOL WINAPI RecordShutdownReason ( DWORD  dw0)

Definition at line 579 of file stubs.c.

580{
582 return FALSE;
583}

◆ RegisterRawInputDevices()

BOOL WINAPI DECLSPEC_HOTPATCH RegisterRawInputDevices ( PCRAWINPUTDEVICE  pRawInputDevices,
UINT  uiNumDevices,
UINT  cbSize 
)

Definition at line 364 of file stubs.c.

368{
370 return FALSE;
371}

Referenced by test_mouse_keyboard(), and test_RegisterRawInputDevices().

◆ RegisterSystemThread()

VOID WINAPI RegisterSystemThread ( DWORD  flags,
DWORD  reserved 
)

Definition at line 95 of file stubs.c.

96{
98}

◆ SetDebugErrorLevel()

VOID WINAPI SetDebugErrorLevel ( DWORD  dwLevel)

Definition at line 40 of file stubs.c.

41{
42 FIXME("(%lu): stub\n", dwLevel);
43}
#define FIXME(fmt,...)
Definition: debug.h:114

◆ SetSysColorsTemp()

DWORD_PTR WINAPI SetSysColorsTemp ( const COLORREF pPens,
const HBRUSH *  pBrushes,
DWORD_PTR  n 
)

Definition at line 151 of file stubs.c.

154{
155 DWORD i;
156
157 if (pPens && pBrushes) /* "set" call */
158 {
159 /* allocate our structure to remember old colors */
160 LPVOID pOldCol = HeapAlloc(GetProcessHeap(), 0, sizeof(DWORD)+n*sizeof(HPEN)+n*sizeof(HBRUSH));
161 LPVOID p = pOldCol;
162 *(DWORD_PTR *)p = n; p = (char*)p + sizeof(DWORD);
163 memcpy(p, SysColorPens, n*sizeof(HPEN)); p = (char*)p + n*sizeof(HPEN);
164 memcpy(p, SysColorBrushes, n*sizeof(HBRUSH)); p = (char*)p + n*sizeof(HBRUSH);
165
166 for (i=0; i < n; i++)
167 {
168 SysColorPens[i] = CreatePen( PS_SOLID, 1, pPens[i] );
169 SysColorBrushes[i] = pBrushes[i];
170 }
171
172 return (DWORD_PTR) pOldCol;
173 }
174 if (!pPens && !pBrushes) /* "restore" call */
175 {
176 LPVOID pOldCol = (LPVOID)n;
177 LPVOID p = pOldCol;
178 DWORD nCount = *(DWORD *)p;
179 p = (char*)p + sizeof(DWORD);
180
181 for (i=0; i < nCount; i++)
182 {
184 SysColorPens[i] = *(HPEN *)p; p = (char*)p + sizeof(HPEN);
185 }
186 for (i=0; i < nCount; i++)
187 {
188 SysColorBrushes[i] = *(HBRUSH *)p; p = (char*)p + sizeof(HBRUSH);
189 }
190 /* get rid of storage structure */
191 HeapFree(GetProcessHeap(), 0, pOldCol);
192
193 return TRUE;
194 }
195 return FALSE;
196}
#define GetProcessHeap()
Definition: compat.h:736
#define HeapAlloc
Definition: compat.h:733
#define HeapFree(x, y, z)
Definition: compat.h:735
unsigned long DWORD
Definition: ntddk_ex.h:95
pKey DeleteObject()
GLdouble n
Definition: glext.h:7729
GLfloat GLfloat p
Definition: glext.h:8902
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
Definition: glfuncs.h:248
#define memcpy(s1, s2, n)
Definition: mkisofs.h:878
#define LPVOID
Definition: nt_native.h:45
uint32_t DWORD_PTR
Definition: typedefs.h:65
static HBRUSH SysColorBrushes[COLOR_MENUBAR+1]
Definition: stubs.c:147
static HPEN SysColorPens[COLOR_MENUBAR+1]
Definition: stubs.c:146
HPEN WINAPI CreatePen(_In_ int, _In_ int, _In_ COLORREF)
#define PS_SOLID
Definition: wingdi.h:586

◆ ShowStartGlass()

VOID WINAPI ShowStartGlass ( DWORD  unknown)

Definition at line 455 of file stubs.c.

456{
458}

◆ UserLpkTabbedTextOut()

BOOL WINAPI UserLpkTabbedTextOut ( DWORD  dw1,
DWORD  dw2,
DWORD  dw3,
DWORD  dw4,
DWORD  dw5,
DWORD  dw6,
DWORD  dw7,
DWORD  dw8,
DWORD  dw9,
DWORD  dw10,
DWORD  dw11,
DWORD  dw12 
)

Definition at line 587 of file stubs.c.

600{
602 return FALSE;
603}

◆ UserRealizePalette()

UINT WINAPI UserRealizePalette ( HDC  hDC)

Definition at line 106 of file stubs.c.

107{
109}
static HDC hDC
Definition: 3dtext.c:33
EXTINLINE UINT NtUserxRealizePalette(HDC hDC)
Definition: ntwrapper.h:641

Referenced by NtUserCallOneParam(), and RealizePalette().

◆ UserRegisterWowHandlers()

DWORD WINAPI UserRegisterWowHandlers ( PVOID  Unknown1,
PVOID  Unknown2 
)

Definition at line 471 of file stubs.c.

472{
474 return 0;
475}

◆ WaitForInputIdle()

DWORD WINAPI WaitForInputIdle ( HANDLE  hProcess,
DWORD  dwMilliseconds 
)

Definition at line 21 of file stubs.c.

24{
25// Need to call NtQueryInformationProcess and send ProcessId not hProcess.
26 return NtUserWaitForInputIdle(hProcess, dwMilliseconds, FALSE);
27}
DWORD NTAPI NtUserWaitForInputIdle(IN HANDLE hProcess, IN DWORD dwMilliseconds, IN BOOL bSharedWow)
Definition: message.c:3060
_In_ BOOL _In_ HANDLE hProcess
Definition: mapping.h:71

◆ Win32PoolAllocationStats()

BOOL WINAPI Win32PoolAllocationStats ( DWORD  dw1,
DWORD  dw2,
DWORD  dw3,
DWORD  dw4,
DWORD  dw5 
)

Definition at line 607 of file stubs.c.

608{
610 return FALSE;
611}

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( user32  )

Variable Documentation

◆ SysColorBrushes

HBRUSH SysColorBrushes[COLOR_MENUBAR+1]
static

Definition at line 147 of file stubs.c.

Referenced by SetSysColorsTemp().

◆ SysColorPens

HPEN SysColorPens[COLOR_MENUBAR+1]
static

Definition at line 146 of file stubs.c.

Referenced by SetSysColorsTemp().