|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "winerror.h"
#include "winreg.h"
#include "shlwapi.h"
#include "comctl32.h"
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | NO_SHLWAPI_STREAM |
| #define | NAME L"microsoft.windows.common-controls" |
| #define | VERSION L"6.0.2600.2982" |
| #define | PUBLIC_KEY L"6595b64144ccf1df" |
| #define | ARCH L"none" |
| #define | OCM__BASE (WM_USER+0x1c00) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (commctrl) |
| static LRESULT WINAPI | COMCTL32_SubclassProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static BOOL | create_manifest (BOOL install) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| VOID WINAPI | MenuHelp (UINT uMsg, WPARAM wParam, LPARAM lParam, HMENU hMainMenu, HINSTANCE hInst, HWND hwndStatus, UINT *lpwIDs) |
| BOOL WINAPI | ShowHideMenuCtl (HWND hwnd, UINT_PTR uFlags, LPINT lpInfo) |
| VOID WINAPI | GetEffectiveClientRect (HWND hwnd, LPRECT lpRect, const INT *lpInfo) |
| void WINAPI | DrawStatusTextW (HDC hdc, LPCRECT lprc, LPCWSTR text, UINT style) |
| void WINAPI | DrawStatusTextA (HDC hdc, LPCRECT lprc, LPCSTR text, UINT style) |
| HWND WINAPI | CreateStatusWindowA (LONG style, LPCSTR text, HWND parent, UINT wid) |
| HWND WINAPI | CreateStatusWindowW (LONG style, LPCWSTR text, HWND parent, UINT wid) |
| HWND WINAPI | CreateUpDownControl (DWORD style, INT x, INT y, INT cx, INT cy, HWND parent, INT id, HINSTANCE inst, HWND buddy, INT maxVal, INT minVal, INT curVal) |
| VOID WINAPI | InitCommonControls (void) |
| BOOL WINAPI | InitCommonControlsEx (const INITCOMMONCONTROLSEX *lpInitCtrls) |
| HWND WINAPI | CreateToolbarEx (HWND hwnd, DWORD style, UINT wID, INT nBitmaps, HINSTANCE hBMInst, UINT_PTR wBMID, LPCTBBUTTON lpButtons, INT iNumButtons, INT dxButton, INT dyButton, INT dxBitmap, INT dyBitmap, UINT uStructSize) |
| HBITMAP WINAPI | CreateMappedBitmap (HINSTANCE hInstance, INT_PTR idBitmap, UINT wFlags, LPCOLORMAP lpColorMap, INT iNumMaps) |
| HWND WINAPI | CreateToolbar (HWND hwnd, DWORD style, UINT wID, INT nBitmaps, HINSTANCE hBMInst, UINT wBMID, LPCTBBUTTON lpButtons, INT iNumButtons) |
| HRESULT WINAPI | DllGetVersion (DLLVERSIONINFO *pdvi) |
| HRESULT WINAPI | DllInstall (BOOL bInstall, LPCWSTR cmdline) |
| BOOL WINAPI | _TrackMouseEvent (TRACKMOUSEEVENT *ptme) |
| LANGID WINAPI | GetMUILanguage (VOID) |
| VOID WINAPI | InitMUILanguage (LANGID uiLang) |
| BOOL WINAPI | SetWindowSubclass (HWND hWnd, SUBCLASSPROC pfnSubclass, UINT_PTR uIDSubclass, DWORD_PTR dwRef) |
| BOOL WINAPI | GetWindowSubclass (HWND hWnd, SUBCLASSPROC pfnSubclass, UINT_PTR uID, DWORD_PTR *pdwRef) |
| BOOL WINAPI | RemoveWindowSubclass (HWND hWnd, SUBCLASSPROC pfnSubclass, UINT_PTR uID) |
| LRESULT WINAPI | DefSubclassProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| HWND | COMCTL32_CreateToolTip (HWND hwndOwner) |
| VOID | COMCTL32_RefreshSysColors (void) |
| void | COMCTL32_DrawInsertMark (HDC hDC, const RECT *lpRect, COLORREF clrInsertMark, BOOL bHorizontal) |
| void | COMCTL32_EnsureBitmapSize (HBITMAP *pBitmap, int cxMinWidth, int cyMinHeight, COLORREF crBackground) |
| void | COMCTL32_GetFontMetrics (HFONT hFont, TEXTMETRICW *ptm) |
| BOOL | COMCTL32_IsReflectedMessage (UINT uMsg) |
| BOOL WINAPI | MirrorIcon (HICON *phicon1, HICON *phicon2) |
| static int | IsDelimiter (WCHAR c) |
| static int CALLBACK | PathWordBreakProc (LPCWSTR lpch, int ichCurrent, int cch, int code) |
| LRESULT WINAPI | SetPathWordBreakProc (HWND hwnd, BOOL bSet) |
| int WINAPI | DrawShadowText (HDC hdc, LPCWSTR pszText, UINT cch, RECT *prc, DWORD dwFlags, COLORREF crText, COLORREF crShadow, int ixOffset, int iyOffset) |
| HRESULT WINAPI | TaskDialogIndirect (const TASKDIALOGCONFIG *pTaskConfig, int *pnButton, int *pnRadioButton, BOOL *pfVerificationFlagChecked) |
| BOOLEAN WINAPI | RegisterClassNameW (LPCWSTR className) |
Variables |
| static const WCHAR | manifest_filename [] = "_none_deadbeef.manifest" |
| static LPWSTR | COMCTL32_wSubclass = NULL |
| HMODULE | COMCTL32_hModule = 0 |
| static LANGID | COMCTL32_uiLang = MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL) |
| HBRUSH | COMCTL32_hPattern55AABrush = NULL |
| COMCTL32_SysColor | comctl32_color |
| static HBITMAP | COMCTL32_hPattern55AABitmap = NULL |
| static const WORD | wPattern55AA [] |
| static const WCHAR | strCC32SubclassInfo [] |
Generated on Sun May 27 2012 05:06:59 for ReactOS by
1.7.6.1
|