MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / DestroyControlWindow

Method DestroyControlWindow

LegacyUpdate/ProgressBarControl.cpp:273–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273STDMETHODIMP CProgressBarControl::DestroyControlWindow(void) {
274 if (m_innerHwnd) {
275 DestroyWindow(m_innerHwnd);
276 m_innerHwnd = NULL;
277 }
278
279 m_hwnd = NULL;
280
281 return S_OK;
282}
283
284#pragma mark - IViewObjectEx
285

Callers 1

CloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected