MCPcopy Create free account
hub / github.com/ImpulseAdventure/JPEGsnoop / CRegString

Method CRegString

Registry.cpp:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137//////////////////////////////////////////////////////////////////////////////////////////////
138
139CRegString::CRegString(void)
140{
141 m_value = _T("");
142 m_defaultvalue = _T("");
143 m_key = _T("");
144 m_base = HKEY_CURRENT_USER;
145 m_read = FALSE;
146 m_force = FALSE;
147}
148
149/**
150 * Constructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected