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

Function EditInsertTagDlg

src/Edit.c:6001–6012  ·  view source on GitHub ↗

============================================================================= EditInsertTagDlg()

Source from the content-addressed store, hash-verified

5999// EditInsertTagDlg()
6000//
6001BOOL EditInsertTagDlg ( HWND hwnd, LPWSTR pwszOpen, LPWSTR pwszClose )
6002{
6003 INT_PTR iResult;
6004 TAGSDATA data = { pwszOpen, pwszClose };
6005 iResult = ThemedDialogBoxParam (
6006 g_hInstance,
6007 MAKEINTRESOURCEW ( IDD_INSERTTAG ),
6008 hwnd,
6009 EditInsertTagDlgProc,
6010 ( LPARAM ) &data );
6011 return ( iResult == IDOK ) ? TRUE : FALSE;
6012}
6013
6014
6015//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 1

ThemedDialogBoxParamFunction · 0.85

Tested by

no test coverage detected