Advertisement
Guest User

Untitled

a guest
Apr 12th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Object member dumps from VS2013
  2.  
  3. pWindow in first call within Base_WndProc, called by WinMain (my own code) (this succeeded)
  4. - pWindow 0x001df75c {m_hWnd=0x00000000 <NULL> m_height=0x00000000 m_width=0x00000000 ...} nsObjWin32::nsWindows::Window *
  5. + __vfptr 0x003198b4 {win32_ui_lib.exe!const MainFrame::`vftable'{for `nsObjWin32::nsWindows::Window'}} {0x003110a5 {win32_ui_lib.exe![thunk]:MainFrame::`vector deleting destructor'`vtordisp{4294967292,0}' (unsigned int)}, ...} void * *
  6. + m_hWnd 0x00000000 <NULL> HWND__ *
  7. m_height 0x00000000 int
  8. m_width 0x00000000 int
  9. m_style 0x000f0000 unsigned long
  10. m_exStyle 0x00000000 unsigned long
  11.  
  12. pWindow in second call within Base_WndProc, called by CreateWindowEx (this fails!), note the [MainFrame] part (interesting?)
  13. - pWindow 0x001df748 {...} nsObjWin32::nsWindows::Window *
  14. + [MainFrame] {...} MainFrame
  15. + __vfptr 0x003198d8 {win32_ui_lib.exe!const MainFrame::`vftable'{for `nsObjWin32::nsWindows::UserWindow'}} {0x00311172 {win32_ui_lib.exe!nsObjWin32::nsWindows::Frame::Register(void)}, ...} void * *
  16. + m_hWnd 0x003198f0 {win32_ui_lib.exe!const MainFrame::`vbtable'{for `nsObjWin32::nsWindows::UserWindow'}} {unused=...} HWND__ *
  17. m_height 0xccccc2c1 int
  18. m_width 0x003198e4 int
  19. m_style 0x00000000 unsigned long
  20. m_exStyle 0x003198b4 unsigned long
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement