Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6com.h File Reference
#include "p6err.h"
#include "p6runtimeif.h"
#include "p6thread.h"
#include "p6runtimeapi.h"
#include "p6compif.h"
#include "p6comptr.h"
#include "p6scopedptr.h"
#include "p6scopedarray.h"
#include "p6refcounted.h"
#include "p6comhlpr.h"

Go to the source code of this file.

Macros

#define P6RUNTIME_EVENT_HUP   "p6r.com.runtime.hup.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
 
#define P6RUNTIME_EVENT_LOGGER_STARTED   "p6r.com.runtime.logger.started.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
 
#define P6RUNTIME_EVENT_LOGGER_STOPPED   "p6r.com.runtime.logger.stopped.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
 
#define P6RUNTIME_EVENT_STARTED   "p6r.com.runtime.started.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
 
#define P6RUNTIME_EVENT_STOPPING   "p6r.com.runtime.stopped.{311977AA-9B6D-4F55-A83D-A8E7F2F4B001}"
 

Detailed Description

P6COM definitions and interfaces.

All of the core [p6]COM definitions and interfaces are declared here, and in addition, the [p6]COM helper macro's can be found here as well. These macros are provided to help make defining and implementing your [p6]COM components easier and are not required.

Definition in file p6com.h.