| 64 | HRESULT OnTxInPlaceDeactivate(); |
| 65 | HRESULT OnTxInPlaceActivate(LPCRECT prcClient); |
| 66 | BOOL GetActiveState(void) { return fInplaceActive; } |
| 67 | BOOL DoSetCursor(RECT *prc, POINT *pt); |
| 68 | void SetTransparent(BOOL fTransparent); |
| 69 | void GetControlRect(LPRECT prc); |
nothing calls this directly
no outgoing calls
no test coverage detected