Home
last modified time | relevance | path

Searched refs:SetPropW (Results 1 – 25 of 35) sorted by relevance

12

/reactos/modules/rostests/apitests/user32/
H A DSetProp.c108 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 Dprop.c461 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 Dmessagebox.c267 SetPropW(hwnd, L"ROS_MSGBOX", (HANDLE)lParam); in MessageBoxProc()
/reactos/dll/win32/comctl32/
H A Dtheming.c78 SetPropW (wnd, (LPCWSTR)MAKEINTATOM(atSubclassProp), (HANDLE)N); \
H A Dipaddress.c263 SetPropW(part->EditHwnd, IP_SUBCLASS_PROP, hwnd); in IPADDRESS_Create()
H A Dcommctrl.c1293 SetPropW (hWnd, COMCTL32_wSubclass, stack); in SetWindowSubclass()
/reactos/dll/win32/uxtheme/
H A Dthemehooks.c32 SetPropW( hWnd, (LPCWSTR)MAKEINTATOM(atWndContext), pwndData); in ThemeGetWndData()
85 SetPropW( hWnd, (LPCWSTR)MAKEINTATOM(atWndContext), NULL); in ThemeDestroyWndData()
H A Dsystem.c696 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 Dfontdlg.c630 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 Dprintdlg.c2030 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 Ditemdlg.c1172 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 Dview.c154 SetPropW(hwnd, wszTHIS, This); in serverwnd_proc()
359 SetPropW(This->tooltips_hwnd, wszTooltipData, data); in create_tooltips_window()
/reactos/dll/win32/msi/
H A Ddialog.c829 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 Dghost.c196 SetPropW(hwndTarget, GHOST_PROP, hwnd); in Ghost_OnCreate()
/reactos/dll/win32/shell32/wine/
H A Dcontrol.c1143SetPropW(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 Dinsobjdlg.c137 SetPropW(hwnd, OleUIInsertObjectInfoStr, pdlgInfo); in UIInsertObjectDlgProc()
H A Dpastespl.c547 SetPropW(hdlg, prop_name, ps_struct); in ps_dlg_proc()
/reactos/dll/win32/urlmon/
H A Daxinstall.c486 if(!SetPropW(hwnd, ctxW, ctx)) in init_warning_dialog()
/reactos/dll/win32/ole32/
H A Dole2.c620 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 Ddochost.c372 SetPropW(hwnd, wszTHIS, This); in doc_view_proc()
H A Doleobject.c76 SetPropW(hwnd, wszTHIS, This); in shell_embedding_proc()
/reactos/dll/win32/msacm32/
H A Dformat.c228 SetPropW(hWnd, fmt_prop, (HANDLE)afc); in FormatChooseDlgProc()
/reactos/win32ss/user/user32/
H A Duser32.spec636 627 stdcall SetPropW(long wstr long)
/reactos/dll/win32/shell32/folders/
H A DCDrivesFolder.cpp270 SetPropW(stub, L"DriveNumber", (HANDLE)nProp); in format_drive_thread()
/reactos/dll/win32/atl/
H A Datl_ax.c919 SetPropW( hWnd, wine_atl_iocsW, This ); in IOCS_Attach()

12