Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
void CExportDlg::SetKeyPath(PCWSTR path) {
6
m_Key = path;
7
}
8
9
const CString& CExportDlg::GetSelectedKey() const {
10
return m_Key;
Callers
1
OnExport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected