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

Method CMultiStringValueDlg

WinArk/MultiStringValueDlg.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "RegHelpers.h"
5
6CMultiStringValueDlg::CMultiStringValueDlg(RegistryKey& key, PCWSTR name, bool readOnly) :
7 m_Key(key), m_Name(name), m_ReadOnly(readOnly) {
8}
9
10const CString& CMultiStringValueDlg::GetValue() const {
11 return m_Value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected