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

Method Close

LegacyUpdate/ProgressBarControl.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213STDMETHODIMP CProgressBarControl_IOleObject::Close(DWORD dwSaveOption) {
214 m_pParent->DestroyControlWindow();
215 return IOleObjectImpl<CProgressBarControl>::Close(dwSaveOption);
216}
217
218STDMETHODIMP CProgressBarControl::CreateControlWindow(HWND hParent, const RECT *pRect) {
219 m_width = pRect->right - pRect->left;

Callers

nothing calls this directly

Calls 1

DestroyControlWindowMethod · 0.80

Tested by

no test coverage detected