Searched refs:nml (Results 1 – 2 of 2) sorted by relevance
1248 NMLINK nml; in SYSLINK_SendParentNotify() local1250 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 …]
787 PNMLINK nml = (PNMLINK)nmhdr; in GeneralPageProc() local789 ShellExecuteW(hwndDlg, L"open", nml->item.szUrl, NULL, NULL, SW_SHOWNORMAL); in GeneralPageProc()