MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / EditModifyLinesDlg

Function EditModifyLinesDlg

src/Edit.c:5590–5601  ·  view source on GitHub ↗

============================================================================= EditModifyLinesDlg()

Source from the content-addressed store, hash-verified

5588// EditModifyLinesDlg()
5589//
5590BOOL EditModifyLinesDlg ( HWND hwnd, LPWSTR pwsz1, LPWSTR pwsz2 )
5591{
5592 INT_PTR iResult;
5593 MODLINESDATA data = { pwsz1, pwsz2 };
5594 iResult = ThemedDialogBoxParam (
5595 g_hInstance,
5596 MAKEINTRESOURCEW ( IDD_MODIFYLINES ),
5597 hwnd,
5598 EditModifyLinesDlgProc,
5599 ( LPARAM ) &data );
5600 return ( iResult == IDOK ) ? TRUE : FALSE;
5601}
5602
5603
5604//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 1

ThemedDialogBoxParamFunction · 0.85

Tested by

no test coverage detected