This enumeration is used to filter the published processes.
IDL Declaration.
typedef enum
{
COR_PUB_MANAGEDONLY = 0x00000001
} COR_PUB_ENUMPROCESS;
COR_PUB_MANAGEDONLY
COR_PUB_MANAGEDONLY = 0x00000001;
Specifies that only managed published processes are to be returned in a process enumeration.