Microsoft DirectX 9.0 |
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;
See Also