div
eof
Expand Minimize
This topic has not yet been rated - Rate this topic

__set_app_type

Sets the current application type.

void __set_app_type (
   int at
   )
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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.