CBaseWindow::m_bDoPostToDestroy
Microsoft DirectShow 9.0 |
CBaseWindow::m_bDoPostToDestroy
Flag that specifies whether the window posts or sends its destruction message. If TRUE, the CBaseWindow::DoneWithWindow method uses the PostMessage function to send itself a private destruction message. If FALSE, DoneWithWindow uses the SendMessage function to send the message. By default, the value is FALSE.
Syntax
BOOL m_bDoPostToDestroy;
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also