MCPcopy Create free account
hub / github.com/NtQuery/Scylla / OnInitDialog

Method OnInitDialog

Scylla/OptionsGui.cpp:4–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "Scylla.h"
3
4BOOL OptionsGui::OnInitDialog(CWindow wndFocus, LPARAM lInitParam)
5{
6 loadOptions();
7 DoDataExchange(DDX_LOAD); // show settings
8
9 EditSectionName.LimitText(IMAGE_SIZEOF_SHORT_NAME);
10
11 CenterWindow();
12
13 return TRUE;
14}
15
16void OptionsGui::OnOK(UINT uNotifyCode, int nID, CWindow wndCtl)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected