Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Methods
Constructor. Initializes data members to specify which message map will process the contained window's messages. |
|
Creates a window. |
|
Provides default message processing. |
|
Returns the current message. |
|
Registers the window class of the contained window. |
|
Subclasses a window. |
|
Changes which message map is used to process the contained window's messages. |
|
Restores a previously subclassed window. |
Data Members
Identifies which message map will process the contained window's messages. |
|
Specifies the name of an existing window class on which a new window class will be based. |
|
Points to the window class's original window procedure. |
|
Points to the containing object. |
Static Functions
Processes messages sent to the contained window. |