NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

COR_PUB_ENUMPROCESS

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.