Changeset 598
- Timestamp:
- Mar 26, 2016, 12:44:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Miscellaneous/ExcelControl/Sample.h
r597 r598 37 37 CSample() 38 38 { 39 CTrace::SetLevel(4); 40 //m_bWindowOnly = TRUE; 39 41 } 40 42 … … 113 115 HRESULT OnDraw(ATL_DRAWINFO& di) 114 116 { 117 const CComQIPtr<IOleInPlaceSiteWindowless> pOleInPlaceSiteWindowless = m_spClientSite; 118 ATLTRACE(_T("m_spClientSite 0x%p, pOleInPlaceSiteWindowless 0x%p, m_hWnd 0x%08X\n"), m_spClientSite, pOleInPlaceSiteWindowless, m_hWnd); 119 115 120 RECT& rc = *(RECT*)di.prcBounds; 116 121 // Set Clip region to the rectangle specified by di.prcBounds
Note: See TracChangeset
for help on using the changeset viewer.