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

Method GetViewStatus

include/com/IViewObjectExImpl.h:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 STDMETHODIMP GetViewStatus(DWORD *pdwStatus) {
112 if (pdwStatus == NULL) {
113 return E_POINTER;
114 }
115 *pdwStatus = VIEWSTATUS_SOLIDBKGND | VIEWSTATUS_OPAQUE;
116 return S_OK;
117 }
118
119 STDMETHODIMP QueryHitPoint(DWORD dwAspect, LPCRECT pRectBounds, POINT ptlLoc, LONG lCloseHint, DWORD *pHitResult) {
120 if (pRectBounds == NULL || pHitResult == NULL) {

Callers 1

QuickActivateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected