COMPLUS_APPTYPE enumeration (comsvcs.h)
Represents types of applications tracked by the tracker server.
Syntax
typedef enum tagCOMPLUS_APPTYPE {
APPTYPE_UNKNOWN = 0xffffffff,
APPTYPE_SERVER = 1,
APPTYPE_LIBRARY = 0,
APPTYPE_SWC = 2
} COMPLUS_APPTYPE;
Constants
APPTYPE_UNKNOWN Value: 0xffffffff This value is not used. |
APPTYPE_SERVER Value: 1 COM+ server application. |
APPTYPE_LIBRARY Value: 0 COM+ library application. |
APPTYPE_SWC Value: 2 COM+ services without components. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Header | comsvcs.h |