Home
last modified time | relevance | path

Searched refs:nml (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dsyslink.c1248 NMLINK nml; in SYSLINK_SendParentNotify() local
1250 nml.hdr.hwndFrom = infoPtr->Self; in SYSLINK_SendParentNotify()
1252 nml.hdr.code = code; in SYSLINK_SendParentNotify()
1254 nml.item.mask = 0; in SYSLINK_SendParentNotify()
1255 nml.item.iLink = iLink; in SYSLINK_SendParentNotify()
1256 nml.item.state = 0; in SYSLINK_SendParentNotify()
1257 nml.item.stateMask = 0; in SYSLINK_SendParentNotify()
1260 lstrcpyW(nml.item.szID, Link->u.Link.szID); in SYSLINK_SendParentNotify()
1264 nml.item.szID[0] = 0; in SYSLINK_SendParentNotify()
1272 nml.item.szUrl[0] = 0; in SYSLINK_SendParentNotify()
[all …]
/reactos/dll/cpl/sysdm/
H A Dgeneral.c787 PNMLINK nml = (PNMLINK)nmhdr; in GeneralPageProc() local
789 ShellExecuteW(hwndDlg, L"open", nml->item.szUrl, NULL, NULL, SW_SHOWNORMAL); in GeneralPageProc()