MCPcopy Create free account
hub / github.com/mhammond/pywin32 / BasePreCreateWindow

Method BasePreCreateWindow

Pythonwin/win32view.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 void BaseOnActivateView( BOOL bActivate, CView* pActivateView, CView* pDeactiveView ) \
63 {CView::OnActivateView(bActivate,pActivateView,pDeactiveView );}
64 BOOL BasePreCreateWindow(CREATESTRUCT &cs) {return CView::PreCreateWindow(cs);}
65 void BaseOnFilePrint() {CView::OnFilePrint();}
66 void BaseOnFilePrintPreview() {CView::OnFilePrintPreview();}
67 void BaseOnBeginPrinting(CDC *dc, CPrintInfo *pInfo) {CView::OnBeginPrinting(dc, pInfo);}

Callers 1

Calls 1

PreCreateWindowFunction · 0.85

Tested by

no test coverage detected