CWinApp Members
Base Class Members
| Indicates if the user is in Help context mode (typically invoked with SHIFT+F1). | |
| Indicates whether the application uses HTMLHelp or WinHelp. | |
| Identifies the current instance of the application. | |
| Specifies the type of help used by the application. | |
| Points to a null-terminated string that specifies the command line for the application. | |
| Specifies how the window is to be shown initially. | |
| Pointer to the main window of the container application when an OLE server is in-place active. | |
| Specifies the name of the application. | |
| The module name of the application. | |
| The path to the application's Help file. | |
| The application's .INI filename. | |
| Used to determine the full registry key for storing application profile settings. |
| Constructs a CWinApp object. |
| Adds a document template to the application's list of available document templates. | |
| Adds a filename to the most recently used (MRU) file list. | |
| Creates a printer device context. | |
| Deletes a specified key and all its subkeys. | |
| Retrieves the position of the first document template. | |
| Retrieves the position of a document template. Can be used recursively. | |
| Retrieves the printer device defaults. | |
| Retrieves binary data from an entry in the application's .INI file. | |
| Retrieves an integer from an entry in the application's .INI file. | |
| Retrieves a string from an entry in the application's .INI file. | |
| Loads a cursor resource. | |
| Loads an icon resource. | |
| Loads a Windows OEM predefined cursor that the OCR_ constants specify in WINDOWS.H. | |
| Loads a Windows OEM predefined icon that the OIC_ constants specify in WINDOWS.H. | |
| Loads a Windows predefined cursor that the IDC_ constants specify in WINDOWS.H. | |
| Loads a Windows predefined icon that the IDI_ constants specify in WINDOWS.H. | |
| Called by the framework to open a document from a file. | |
| Parses individual parameters and flags in the command line. | |
| Handles command-line arguments and flags. | |
| Tests the application's command line for the /Automation option. Obsolete. Instead, use the value in CCommandLineInfo::m_bRunAutomated after calling ParseCommandLine. | |
| Tests the application's command line for the /Embedding option. Obsolete. Instead, use the value in CCommandLineInfo::m_bRunEmbedded after calling ParseCommandLine. | |
| Selects a printer previously indicated by a user through a print dialog box. | |
| Writes binary data to an entry in the application's .INI file. | |
| Writes an integer to an entry in the application's .INI file. | |
| Writes a string to an entry in the application's .INI file. |
| Closes all open documents. | |
| Implements AfxMessageBox for the application. | |
| Turns the wait cursor on and off. | |
| Override to clean up when your application terminates. | |
| Hides the application before closing all documents. | |
| Calls the HTMLHelp Windows function. | |
| Override to perform Windows instance initialization, such as creating your window objects. | |
| Called by the framework in response to a dynamic data exchange (DDE) execute command. | |
| Override to perform application-specific idle-time processing. | |
| Filters messages before they are dispatched to the Windows functions TranslateMessage and DispatchMessage. | |
| Intercepts certain messages before they reach the application. | |
| Intercepts all unhandled exceptions thrown by the application's message and command handlers. | |
| Runs the default message loop. Override to customize the message loop. | |
| Prompts the user to save all modified documents. | |
| Calls the WinHelp Windows function. |
| Implements HTMLHelp for the application, rather than WinHelp. | |
| Allows the user to open data files from the Windows File Manager. | |
| Loads standard .INI file settings and enables the MRU file list feature. | |
| Registers all the application's document types with the Windows File Manager. | |
| Performs customized registration. | |
| Sets and initializes the type of help used by the application. | |
| Retrieves the type of help used by the application. | |
| Unregisters everything known to be registered by the CWinApp object. | |
| Unregisters all the application's document types with the Windows File Manager. | |
| Causes application settings to be stored in the registry instead of .INI files. |
| Handles SHIFT+F1 Help within the application. | |
| Implements the ID_FILE_NEW command. | |
| Implements the ID_FILE_OPEN command. | |
| Implements the ID_FILE_PRINT_SETUP command. | |
| Handles F1 Help within the application (using the current context). | |
| Handles the ID_HELP_FINDER and ID_DEFAULT_HELP commands. | |
| Handles the ID_HELP_INDEX command and provides a default Help topic. | |
| Handles the ID_HELP_USING command. |