Index
Purpose:
A DKEnvironment object represents environment information.
Class summary:
class DKEXPORT DKEnvironment
{
public:
static long getSubSystem();
static void setSubSystem(long subSystem);
};
Members:
- Member functions
-
- getSubSystem
- Gets the subsystem indicator for Windows NT/2000 which will indicate if
this is a console application or a Windows GUI (Graphic User Interface)
application for error messages. DK_CM_SS_WINDOWS is the default.
Parameters: None
Returns: The sub system indicator for Windows NT/2000
(DK_CM_SS_WINDOWS or DK_CM_SS_CONSOLE)
static long getSubSystem();
- setSubSystem
- Sets the subsystem indicator for Windows NT/2000 which will indicate if
this is a console application or a Windows GUI (Graphic User Interface)
application for error messages. DK_CM_SS_WINDOWS is the default.
Parameters: subSystem - Sub system (DK_CM_SS_WINDOWS or
DK_CM_SS_CONSOLE) static void setSubSystem(long subSystem);
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.