Commit 15a3b743 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Documentation name fixes.

parent e683d6ec
......@@ -234,7 +234,7 @@ BOOL WINAPI PaintDesktop(HDC hdc)
}
/***********************************************************************
* SetDeskPattern (USER.279)
* OldSetDeskPattern (USER.279)
*/
BOOL16 WINAPI SetDeskPattern(void)
{
......@@ -245,7 +245,7 @@ BOOL16 WINAPI SetDeskPattern(void)
/***********************************************************************
* SetDeskWallPaper16 (USER.285)
* SetDeskWallPaper (USER.285)
*/
BOOL16 WINAPI SetDeskWallPaper16( LPCSTR filename )
{
......
......@@ -1116,7 +1116,7 @@ LRESULT WINAPI EditWndProcW(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
/*********************************************************************
*
* EditWndProcA (USER32.@)
* EditWndProc (USER32.@)
*/
LRESULT WINAPI EditWndProcA(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
......
......@@ -1304,7 +1304,7 @@ static LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam,
/*************************************************************************
* SetScrollInfo16 (USER.475)
* SetScrollInfo (USER.475)
*/
INT16 WINAPI SetScrollInfo16( HWND16 hwnd, INT16 nBar, const SCROLLINFO *info,
BOOL16 bRedraw )
......@@ -1489,7 +1489,7 @@ done:
/*************************************************************************
* GetScrollInfo16 (USER.476)
* GetScrollInfo (USER.476)
*/
BOOL16 WINAPI GetScrollInfo16( HWND16 hwnd, INT16 nBar, LPSCROLLINFO info )
{
......@@ -1530,7 +1530,7 @@ BOOL WINAPI GetScrollInfo(
/*************************************************************************
* SetScrollPos16 (USER.62)
* SetScrollPos (USER.62)
*/
INT16 WINAPI SetScrollPos16( HWND16 hwnd, INT16 nBar, INT16 nPos,
BOOL16 bRedraw )
......@@ -1571,7 +1571,7 @@ BOOL bRedraw /* [in] Should scrollbar be redrawn afterwards ? */ )
/*************************************************************************
* GetScrollPos16 (USER.63)
* GetScrollPos (USER.63)
*/
INT16 WINAPI GetScrollPos16( HWND16 hwnd, INT16 nBar )
{
......@@ -1602,7 +1602,7 @@ INT nBar /* [in] One of SB_HORZ, SB_VERT, or SB_CTL */)
/*************************************************************************
* SetScrollRange16 (USER.64)
* SetScrollRange (USER.64)
*/
void WINAPI SetScrollRange16( HWND16 hwnd, INT16 nBar,
INT16 MinVal, INT16 MaxVal, BOOL16 bRedraw )
......@@ -1671,7 +1671,7 @@ INT SCROLL_SetNCSbState(WND* wndPtr, int vMin, int vMax, int vPos,
/*************************************************************************
* GetScrollRange16 (USER.65)
* GetScrollRange (USER.65)
*/
BOOL16 WINAPI GetScrollRange16( HWND16 hwnd, INT16 nBar,
LPINT16 lpMin, LPINT16 lpMax)
......@@ -1785,7 +1785,7 @@ END:
/*************************************************************************
* ShowScrollBar16 (USER.267)
* ShowScrollBar (USER.267)
*/
void WINAPI ShowScrollBar16( HWND16 hwnd, INT16 nBar, BOOL16 fShow )
{
......@@ -1811,7 +1811,7 @@ BOOL fShow /* [in] TRUE = show, FALSE = hide */)
/*************************************************************************
* EnableScrollBar16 (USER.482)
* EnableScrollBar (USER.482)
*/
BOOL16 WINAPI EnableScrollBar16( HWND16 hwnd, INT16 nBar, UINT16 flags )
{
......
......@@ -562,7 +562,7 @@ static BOOL UITOOLS95_DrawRectEdge(HDC hdc, LPRECT rc,
/**********************************************************************
* DrawEdge16 (USER.659)
* DrawEdge (USER.659)
*/
BOOL16 WINAPI DrawEdge16( HDC16 hdc, LPRECT16 rc, UINT16 edge, UINT16 flags )
{
......@@ -1327,7 +1327,7 @@ static BOOL UITOOLS95_DrawFrameMenu(HDC dc, LPRECT r, UINT uFlags)
/**********************************************************************
* DrawFrameControl16 (USER.656)
* DrawFrameControl (USER.656)
*/
BOOL16 WINAPI DrawFrameControl16( HDC16 hdc, LPRECT16 rc, UINT16 uType,
UINT16 uState )
......
......@@ -394,8 +394,8 @@ rsrc version16.res
481 pascal16 _LeaveWin16Lock() _LeaveWin16Lock
482 pascal LoadSystemLibrary32(str) LoadLibrary32_16 # FIXME!
483 pascal MapProcessHandle(long) MapProcessHandle
484 pascal SetProcessDWORD(long s_word long) SetProcessDword
485 pascal GetProcessDWORD(long s_word) GetProcessDword
484 pascal SetProcessDword(long s_word long) SetProcessDword
485 pascal GetProcessDword(long s_word) GetProcessDword
486 pascal FreeLibrary32(long) FreeLibrary
487 pascal GetModuleFileName32(long str word) GetModuleFileNameA
488 pascal GetModuleHandle32(str) GetModuleHandleA
......
......@@ -7,14 +7,14 @@ owner w32skrnl
3 stub CREATEPROCESS
4 stub WAITFORDEBUGEVENT
5 pascal ContinueDebugEvent(long long long) ContinueDebugEvent
6 pascal READPROCESSMEMORY(long ptr ptr long ptr) ReadProcessMemory
6 pascal ReadProcessMemory(long ptr ptr long ptr) ReadProcessMemory
7 stub WRITEPROCESSMEMORY
8 stub GETTHREADCONTEXT
9 stub SETTHREADCONTEXT
10 pascal GETLASTERROR() GetLastError
11 pascal CLOSEHANDLE(long) CloseHandle
11 pascal CloseHandle(long) CloseHandle
12 stub ALLOCCLBKTO32BDLL
13 pascal GETEXITCODETHREAD(long ptr) GetExitCodeThread
13 pascal GetExitCodeThread(long ptr) GetExitCodeThread
14 stub GETEXITCODEPROCESS
15 stub OPENPROCESS
16 stub OPENTHREAD
......
......@@ -905,7 +905,7 @@ void WINAPI ExitProcess( DWORD status )
}
/***********************************************************************
* ExitProcess16 (KERNEL.466)
* ExitProcess (KERNEL.466)
*/
void WINAPI ExitProcess16( WORD status )
{
......@@ -926,7 +926,8 @@ BOOL WINAPI TerminateProcess( HANDLE handle, DWORD exit_code )
/***********************************************************************
* GetProcessDword (KERNEL32.18) (KERNEL.485)
* GetProcessDword (KERNEL.485)
* GetProcessDword (KERNEL32.18)
* 'Of course you cannot directly access Windows internal structures'
*/
DWORD WINAPI GetProcessDword( DWORD dwProcessID, INT offset )
......
......@@ -29,7 +29,7 @@ VOID WINAPI GetpWin16Lock(SYSLEVEL **lock)
}
/************************************************************************
* GetpWin16Lock16 (KERNEL.449)
* GetpWin16Lock (KERNEL.449)
*/
SEGPTR WINAPI GetpWin16Lock16(void)
{
......
......@@ -43,7 +43,7 @@ BOOL WINAPI ReadFileEx(HFILE hFile, LPVOID lpBuffer, DWORD numtoread,
}
/**************************************************************************
* SetFileAttributes16 (KERNEL.421)
* SetFileAttributes (KERNEL.421)
*/
BOOL16 WINAPI SetFileAttributes16( LPCSTR lpFileName, DWORD attributes )
{
......
......@@ -2212,7 +2212,7 @@ BOOL WINAPI TranslateMDISysAccel( HWND hwndClient, LPMSG msg )
}
/***********************************************************************
* CalcChildScroll16 (USER.462)
* CalcChildScroll (USER.462)
*/
void WINAPI CalcChildScroll16( HWND16 hwnd, WORD scroll )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment