MCPcopy Create free account
hub / github.com/M2Team/NanaBox / ResizeVirtualHardDiskButtonClick

Method ResizeVirtualHardDiskButtonClick

NanaBox/MainWindowControl.cpp:192–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 void MainWindowControl::ResizeVirtualHardDiskButtonClick(
193 winrt::IInspectable const& sender,
194 winrt::RoutedEventArgs const& e)
195 {
196 UNREFERENCED_PARAMETER(sender);
197 UNREFERENCED_PARAMETER(e);
198
199 ::PostMessageW(
200 this->m_WindowHandle,
201 WM_COMMAND,
202 MAKEWPARAM(
203 NanaBox::MainWindowCommands::ResizeVirtualHardDisk,
204 BN_CLICKED),
205 0);
206 }
207
208 void MainWindowControl::CompactVirtualHardDiskButtonClick(
209 winrt::IInspectable const& sender,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected