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

Function EditSortDlg

src/Edit.c:6136–6146  ·  view source on GitHub ↗

============================================================================= EditSortDlg()

Source from the content-addressed store, hash-verified

6134// EditSortDlg()
6135//
6136BOOL EditSortDlg ( HWND hwnd, int *piSortFlags )
6137{
6138 INT_PTR iResult;
6139 iResult = ThemedDialogBoxParam (
6140 g_hInstance,
6141 MAKEINTRESOURCEW ( IDD_SORT ),
6142 hwnd,
6143 EditSortDlgProc,
6144 ( LPARAM ) piSortFlags );
6145 return ( iResult == IDOK ) ? TRUE : FALSE;
6146}
6147
6148
6149//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 1

ThemedDialogBoxParamFunction · 0.85

Tested by

no test coverage detected