MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / UpdateBufferSize

Method UpdateBufferSize

WinArk/BinaryValueDlg.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void CBinaryValueDlg::UpdateBufferSize() {
69 CString text;
70 auto bytes = (ULONG)m_Buffer.GetSize();
71 text.Format(L"Size: %u bytes", bytes);
72 SetDlgItemText(IDC_BUFFERSIZE, text);
73}
74
75LRESULT CBinaryValueDlg::OnHexBufferSizeChanged(int, LPNMHDR, BOOL&) {
76 UpdateBufferSize();

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected