MCPcopy Create free account
hub / github.com/WinMerge/winmerge / LoadPosition

Method LoadPosition

Src/Common/CMoveConstraint.cpp:689–694  ·  view source on GitHub ↗

* Save size (& optionally position) in registry */

Source from the content-addressed store, hash-verified

687 * Save size (& optionally position) in registry
688 */
689void
690CMoveConstraint::LoadPosition(const tchar_t* szKeyName, const tchar_t* szValueName, bool position)
691{
692 m_sRegistrySubkey = szKeyName;
693 LoadPosition(szValueName, position);
694}
695
696/**
697 * Save size (& optionally position) in registry

Callers 8

OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitialUpdateMethod · 0.80
OnTimerMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80
OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected