| 21 | inline bool IsInitialized( ) { return (m_pAssemblyWindow != NULL); } |
| 22 | |
| 23 | inline void HideAssemblyWindow( ) |
| 24 | { |
| 25 | if (m_bRedrawNeeded == FALSE) |
| 26 | { |
| 27 | if (m_pAssemblyWindow != NULL) |
| 28 | m_pAssemblyWindow->ShowWindow( SW_HIDE ); |
| 29 | m_bRedrawNeeded = TRUE; |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | private: |
| 34 | void DisassembleBytes( ULONG_PTR Address ); |