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

Function ChangeNotifyDlg

src/Dialogs.c:1106–1116  ·  view source on GitHub ↗

============================================================================= ChangeNotifyDlg()

Source from the content-addressed store, hash-verified

1104// ChangeNotifyDlg()
1105//
1106BOOL ChangeNotifyDlg ( HWND hwnd )
1107{
1108 INT_PTR iResult;
1109 iResult = ThemedDialogBoxParam (
1110 g_hInstance,
1111 MAKEINTRESOURCEW ( IDD_CHANGENOTIFY ),
1112 hwnd,
1113 ChangeNotifyDlgProc,
1114 0 );
1115 return ( iResult == IDOK ) ? TRUE : FALSE;
1116}
1117
1118
1119//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 1

ThemedDialogBoxParamFunction · 0.85

Tested by

no test coverage detected