Previous Topic: Typedef WGN_IMPORTOBJ_TRANSPORTNext Topic: Typedef WGN_ACTIVEIMPORT_HUB_THROTTLE_MODE


Typedef WGN_ACTIVEIMPORT_DESTINATION

This enumerates the External Agent output destinations: a local PE hub or a local policy engine.

typedef [v1_enum] enum
{
    WGN_ACTIVEIMPORT_DESTINATION_HUB    = 0,
    WGN_ACTIVEIMPORT_DESTINATION _PE    = 1,
}
WGN_ACTIVEIMPORT_DESTINATION;