Remove RosUser32 - May she rest in the attic.

svn path=/trunk/; revision=6524
This commit is contained in:
Steven Edwards 2003-11-03 21:46:17 +00:00
parent 3a348fb5fb
commit e37206382e
17 changed files with 0 additions and 395 deletions

View file

@ -1,14 +0,0 @@
/* $Id: accessibility.c,v 1.1 2003/06/30 22:17:37 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
BOOL STDCALL
UnhookWinEvent( HWINEVENTHOOK hWinEventHook )
{
UNIMPLEMENTED;
}

View file

@ -1,17 +0,0 @@
/* $Id: dde.c,v 1.1 2003/06/30 22:17:37 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
BOOL STDCALL
UnpackDDElParam( UINT msg,
LPARAM lParam,
PUINT_PTR puiLo,
PUINT_PTR puiHi )
{
UNIMPLEMENTED;
}

View file

@ -1,26 +0,0 @@
/* $Id: help.c,v 1.1 2003/06/30 22:17:37 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
BOOL STDCALL
WinHelpA( HWND hWndMain,
LPCSTR lpszHelp,
UINT uCommand,
ULONG_PTR dwData )
{
UNIMPLEMENTED;
}
BOOL STDCALL
WinHelpW( HWND hWndMain,
LPCWSTR lpszHelp,
UINT uCommand,
ULONG_PTR dwData )
{
UNIMPLEMENTED;
}

View file

@ -1,67 +0,0 @@
/* $Id: io.c,v 1.2 2003/07/01 01:03:49 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
VOID STDCALL
mouse_event( DWORD dwFlags,
DWORD dx,
DWORD dy,
DWORD dwData,
ULONG_PTR dwExtraInfo )
{
UNIMPLEMENTED;
}
VOID STDCALL
keybd_event( BYTE bVk,
BYTE bScan,
DWORD dwFlags,
PTR dwExtraInfo )
{
UNIMPLEMENTED;
}
SHORT STDCALL
VkKeyScanA( TCHAR ch )
{
UNIMPLEMENTED;
}
SHORT STDCALL
VkKeyScanW( WCHAR ch )
{
UNIMPLEMENTED;
}
SHORT STDCALL
VkKeyScanExA( char ch,
HKL dwhkl )
{
UNIMPLEMENTED;
}
SHORT STDCALL
VkKeyScanExW( WCHAR ch,
HKL dwhkl )
{
UNIMPLEMENTED;
}
BOOL STDCALL
UnloadKeyboardLayout( HKL hkl )
{
UNIMPLEMENTED;
}
BOOL STDCALL
TrackMouseEvent( LPTRACKMOUSEEVENT lpEventTrack )
{
UNIMPLEMENTED;
}

View file

@ -1,18 +0,0 @@
/* $Id: menu.c,v 1.1 2003/06/30 22:17:37 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
BOOL TrackPopupMenuEx( HMENU hmenu,
UINT fuFlags,
int x,
int y,
HWND hwnd,
LPTPMPARAMS lptpm )
{
UNIMPLEMENTED;
}

View file

@ -1,14 +0,0 @@
/* $Id: message.c,v 1.1 2003/06/30 22:17:37 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
BOOL STDCALL
TranslateMessage( const MSG *lpMsg )
{
UNIMPLEMENTED;
}

View file

@ -1,30 +0,0 @@
/* $Id: region.c,v 1.1 2003/06/30 22:17:37 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
BOOL STDCALL
ValidateRgn( HWND hWnd,
HRGN hRgn )
{
UNIMPLEMENTED;
}
BOOL STDCALL
ValidateRect( HWND hWnd,
CONST RECT *lpRect )
{
UNIMPLEMENTED;
}
BOOL STDCALL
UnionRect( LPRECT lprcDst,
CONST RECT *lprcSrc1,
CONST RECT *lprcSrc2 )
{
UNIMPLEMENTED;
}

View file

@ -1,110 +0,0 @@
/* $Id: string.c,v 1.2 2003/07/01 01:03:49 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
INT STDCALL
wsprintfA( LPCSTR lpOut,
LPCSTR lpFmt,
...)
{
UNIMPLEMENTED;
}
INT STDCALL
wsprintfW( LPCWSTR lpOut,
LPCWSTR lpFmt,
... )
{
UNIMPLEMENTED;
}
INT STDCALL
wvsprintfA( LPSTR lpOutput,
LPSTR lpFmt,
va_list arglist )
{
UNIMPLEMENTED;
}
INT STDCALL
wvsprintfW( LPWSTR lpOutput,
LPWSTR lpFmt,
va_list arglist )
{
UNIMPLEMENTED;
}
INT STDCALL
ToUnicodeEx( UINT wVirtKey,
UINT wScanCode,
const PBYTE lpKeyState,
LPWSTR pwszBuff,
int cchBuff,
UINT wFlags,
HKL dwhkl )
{
UNIMPLEMENTED;
}
INT STDCALL
ToUnicode( UINT wVirtKey,
UINT wScanCode,
const PBYTE lpKeyState,
LPWSTR pwszBuff,
int cchBuff,
UINT wFlags )
{
UNIMPLEMENTED;
}
INT STDCALL
ToAsciiEx( UINT uVirtKey,
UINT uScanCode,
PBYTE lpKeyState,
LPWORD lpChar,
UINT uFlags,
HKL dwhkl )
{
UNIMPLEMENTED;
}
INT STDCALL
ToAscii( UINT uVirtKey,
UINT uScanCode,
PBYTE lpKeyState,
LPWORD lpChar,
UINT uFlags )
{
UNIMPLEMENTED;
}
LONG STDCALL
TabbedTextOutA( HDC hDC,
int X,
int Y,
LPCSTR lpString,
int nCount,
int nTabPositions,
CONST LPINT lpnTabStopPositions,
int nTabOrigin )
{
UNIMPLEMENTED;
}
LONG STDCALL
TabbedTextOutW( HDC hDC,
int X,
int Y,
LPCWSTR lpString,
int nCount,
int nTabPositions,
CONST LPINT lpnTabStopPositions,
int nTabOrigin )
{
UNIMPLEMENTED;
}

View file

@ -1,21 +0,0 @@
/* $Id: thread.c,v 1.1 2003/06/30 22:17:37 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
BOOL STDCALL
WaitMessage( VOID )
{
UNIMPLEMENTED;
}
DWORD STDCALL
WaitForInputIdle( HANDLE hProcess,
DWORD dwMilliseconds )
{
UNIMPLEMENTED;
}

View file

@ -1,33 +0,0 @@
/* $Id: undocumented.c,v 1.2 2003/07/01 01:03:49 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
/*
The functions listed here are not documented on MSDN:
WCSToMBEx
UserRegisterWowHandlers
UserRealizePalette
UserClientDllInitialize
UpdatePerUserSystemParameters
UnregisterHotKey
UnregisterClassW
UnregisterClassA
UnlockWindowStation
UnhookWindowsHook
TranslateMessageEx
TranslateMDISysAccel
TranslateAccelerator
TranslateAcceleratorA
TranslateAcceleratorW
TileChildWindows
Next function:
SystemParametersInfoA/W
*/

View file

@ -1,45 +0,0 @@
/* $Id: window.c,v 1.2 2003/07/01 01:03:49 rcampbell Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
* PROGRAMMER: Richard Campbell
* UPDATE HISTORY:
* 06-30-2003 CSH Created
*/
//WindowFromDC
//WindowFromPoint
HWND STDCALL
WindowFromDC( HDC hDC )
{
UNIMPLEMENTED;
}
HWND STDCALL
WindowFromPoint( POINT Point )
{
UNIMPLEMENTED;
}
BOOL STDCALL
UpdateWindow( HWND hWnd )
{
UNIMPLEMENTED;
}
BOOL STDCALL
UnhookWindowsHookEx( HHOOK hhk )
{
UNIMPLEMENTED;
}
WORD STDCALL
TileWindows( HWND hwndParent,
UINT wHow,
RECT *lpRect,
UINT cKids,
const HWND *lpKids )
{
UNIMPLEMENTED;
}