__set_app_type
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __set_app_type.
Sets the current application type.
void __set_app_type ( int at )
Parameters
at
A value that indicates the application type. The possible values are:
| Value | Description |
|---|---|
| _UNKNOWN_APP | Unknown application type. |
| _CONSOLE_APP | Console (command-line) application. |
| _GUI_APP | GUI (Windows) application. |
| Routine | Required header |
|---|---|
| __set_app_type | internal.h |
Show: