/reactos/modules/rostests/apitests/user32/ |
H A D | SetProp.c | 108 Result = SetPropW(hWnd, (PCWSTR)MAKEINTATOM(Atom1), &Atom1); in START_TEST() 110 Result = SetPropW(hWnd, (PCWSTR)MAKEINTATOM(Atom2), &Atom3); in START_TEST() 114 Result = SetPropW(hWnd, (PCWSTR)MAKEINTATOM(Atom2), &Atom2); in START_TEST()
|
/reactos/win32ss/user/user32/windows/ |
H A D | prop.c | 461 Ret = SetPropW(hWnd, lpWString, hData); in SetPropA() 466 Ret = SetPropW(hWnd, (LPWSTR)lpString, hData); in SetPropA() 476 SetPropW(HWND hWnd, LPCWSTR lpString, HANDLE hData) in SetPropW() function
|
H A D | messagebox.c | 267 SetPropW(hwnd, L"ROS_MSGBOX", (HANDLE)lParam); in MessageBoxProc()
|
/reactos/dll/win32/comctl32/ |
H A D | theming.c | 78 SetPropW (wnd, (LPCWSTR)MAKEINTATOM(atSubclassProp), (HANDLE)N); \
|
H A D | ipaddress.c | 263 SetPropW(part->EditHwnd, IP_SUBCLASS_PROP, hwnd); in IPADDRESS_Create()
|
H A D | commctrl.c | 1293 SetPropW (hWnd, COMCTL32_wSubclass, stack); in SetWindowSubclass()
|
/reactos/dll/win32/uxtheme/ |
H A D | themehooks.c | 32 SetPropW( hWnd, (LPCWSTR)MAKEINTATOM(atWndContext), pwndData); in ThemeGetWndData() 85 SetPropW( hWnd, (LPCWSTR)MAKEINTATOM(atWndContext), NULL); in ThemeDestroyWndData()
|
H A D | system.c | 696 if (!SetPropW(hwnd, (LPCWSTR)MAKEINTATOM(aProp), (LPWSTR)MAKEINTATOM(atValue))) in UXTHEME_SetWindowProperty() 802 SetPropW(hwnd, (LPCWSTR)MAKEINTATOM(atWindowTheme), hTheme); in OpenThemeDataInternal()
|
/reactos/dll/win32/comdlg32/ |
H A D | fontdlg.c | 630 SetPropW(hDlg, strWineFontData, lpcf); in CFn_WMInitDialog() 1159 SetPropW(hwnd, strWineFontData, 0); in CFn_WMDestroy() 1219 SetPropW(hDlg, strWineFontData_a, (HANDLE)lParam); in FormatCharDlgProcA()
|
H A D | printdlg.c | 2030 SetPropW(hDlg, printdlg_prop, PrintStructures); in PrintDlgProcA() 2079 SetPropW(hDlg, printdlg_prop, PrintStructures); in PrintDlgProcW() 3691 SetPropW(hDlg, pagesetupdlg_prop, data); in pagesetup_dlg_proc() 3692 SetPropW(hDrawWnd, pagesetupdlg_prop, data); in pagesetup_dlg_proc()
|
H A D | itemdlg.c | 1172 SetPropW(ns_hwnd, notifysink_childW, control_hwnd); in cctrl_create_new() 2073 SetPropW(dropdown_hwnd, prop_this, This); in on_wm_initdialog() 2074 SetPropW(dropdown_hwnd, prop_oldwndproc, in on_wm_initdialog()
|
/reactos/dll/win32/mshtml/ |
H A D | view.c | 154 SetPropW(hwnd, wszTHIS, This); in serverwnd_proc() 359 SetPropW(This->tooltips_hwnd, wszTooltipData, data); in create_tooltips_window()
|
/reactos/dll/win32/msi/ |
H A D | dialog.c | 829 SetPropW( control->hwnd, L"MSIDATA", info ); in dialog_text_control() 1282 SetPropW( control->hwnd, L"MSIDATA", info ); in dialog_scrolltext_control() 1585 SetPropW( control->hwnd, L"MSIDATA", info ); in dialog_combo_control() 1965 SetPropW( control->hwnd, L"MSIDATA", info ); in dialog_maskedit_control() 2136 SetPropW( control->hwnd, L"MSIDATA", info ); in dialog_pathedit_control() 2240 SetPropW(control->hwnd, L"MSIDATA", oldproc); in dialog_radiogroup_control() 2592 SetPropW( control->hwnd, L"MSIDATA", info ); in dialog_selection_tree() 2756 SetPropW( control->hwnd, L"MSIDATA", info ); in dialog_list_box()
|
/reactos/win32ss/user/user32/controls/ |
H A D | ghost.c | 196 SetPropW(hwndTarget, GHOST_PROP, hwnd); in Ghost_OnCreate()
|
/reactos/dll/win32/shell32/wine/ |
H A D | control.c | 1143 … SetPropW(applet->hWnd, (LPTSTR)MAKEINTATOM(aCPLName), (HANDLE)MAKEINTATOM(aCPLPath)); in Control_DoLaunch() 1144 SetPropW(applet->hWnd, (LPTSTR)MAKEINTATOM(aCPLFlags), UlongToHandle(sp + 1)); in Control_DoLaunch()
|
/reactos/dll/win32/oledlg/ |
H A D | insobjdlg.c | 137 SetPropW(hwnd, OleUIInsertObjectInfoStr, pdlgInfo); in UIInsertObjectDlgProc()
|
H A D | pastespl.c | 547 SetPropW(hdlg, prop_name, ps_struct); in ps_dlg_proc()
|
/reactos/dll/win32/urlmon/ |
H A D | axinstall.c | 486 if(!SetPropW(hwnd, ctxW, ctx)) in init_warning_dialog()
|
/reactos/dll/win32/ole32/ |
H A D | ole2.c | 620 SetPropW(hwnd, prop_oledroptarget, pDropTarget); in RegisterDragDrop() 621 SetPropW(hwnd, prop_marshalleddroptarget, map); in RegisterDragDrop() 1926 SetPropW( hwndFrame, prop_olemenuW, hOleMenu ); in OleSetMenuDescriptor()
|
/reactos/dll/win32/ieframe/ |
H A D | dochost.c | 372 SetPropW(hwnd, wszTHIS, This); in doc_view_proc()
|
H A D | oleobject.c | 76 SetPropW(hwnd, wszTHIS, This); in shell_embedding_proc()
|
/reactos/dll/win32/msacm32/ |
H A D | format.c | 228 SetPropW(hWnd, fmt_prop, (HANDLE)afc); in FormatChooseDlgProc()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 636 627 stdcall SetPropW(long wstr long)
|
/reactos/dll/win32/shell32/folders/ |
H A D | CDrivesFolder.cpp | 270 SetPropW(stub, L"DriveNumber", (HANDLE)nProp); in format_drive_thread()
|
/reactos/dll/win32/atl/ |
H A D | atl_ax.c | 919 SetPropW( hWnd, wine_atl_iocsW, This ); in IOCS_Attach()
|