次の方法で共有


FpcBidirectional enumeration

Applies to: desktop apps only

The FpcBidirectional enumerated type contains values that indicate whether a connection was bidirectional.

Syntax

typedef enum FpcBidirectional { 
  fpcBidirectionalNotLogged  = 0,
  fpcBidirectionalYes        = 1,
  fpcBidirectionalNo         = 2
} FpcBidirectional;

Constants

  • fpcBidirectionalNotLogged
    The log entry does not indicate whether the connection was bidirectional.

  • fpcBidirectionalYes
    The connection was bidirectional.

  • fpcBidirectionalNo
    The connection was not bidirectional.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010