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

Method SetKeyPath

WinArk/ExportDlg.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "ExportDlg.h"
4
5void CExportDlg::SetKeyPath(PCWSTR path) {
6 m_Key = path;
7}
8
9const CString& CExportDlg::GetSelectedKey() const {
10 return m_Key;

Callers 1

OnExportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected