2.2.97 FW_TRUST_TUPLE_KEYWORD

This enumeration represents flags that are used to identify trust tuples.<24> The traffic corresponding to these keywords changes dynamically and is tracked by the TrustTuples object (section 3.1.1). All the flags supported by a given schema version can be combined.

 typedef  enum _tag_FW_TRUST_TUPLE_KEYWORD
 {
   FW_TRUST_TUPLE_KEYWORD_NONE = 0x0000,
   FW_TRUST_TUPLE_KEYWORD_PROXIMITY = 0x0001,
   FW_TRUST_TUPLE_KEYWORD_PROXIMITY_SHARING = 0x0002,
   FW_TRUST_TUPLE_KEYWORD_WFD_PRINT = 0x0004,
   FW_TRUST_TUPLE_KEYWORD_WFD_DISPLAY = 0x0008,
   FW_TRUST_TUPLE_KEYWORD_WFD_DEVICES = 0x0010,
   FW_TRUST_TUPLE_KEYWORD_WFD_KM_DRIVER = 0x0020,
   FW_TRUST_TUPLE_KEYWORD_UPNP = 0x0040,
   FW_TRUST_TUPLE_KEYWORD_WFD_CDP = 0x0080,
   FW_TRUST_TUPLE_KEYWORD_MAX = 0x0100,  
   FW_TRUST_TUPLE_KEYWORD_MAX_V2_20 = 0x0004,
   FW_TRUST_TUPLE_KEYWORD_MAX_V2_26 = 0x0020,
   FW_TRUST_TUPLE_KEYWORD_MAX_V2_27 = 0x0080,
 } FW_TRUST_TUPLE_KEYWORD; 

FW_TRUST_TUPLE_KEYWORD_NONE:  This value means that none of the following flags are set. It is defined for simplicity in writing IDL definitions and code.

FW_TRUST_TUPLE_KEYWORD_PROXIMITY:  Represents all traffic matching a trust tuple in theTrustTuples collection where IsProximity is true.

FW_TRUST_TUPLE_KEYWORD_PROXIMITY_SHARING:  Represents all traffic matching a trust tuple in the TrustTuples collection where IsProximitySharing is true.

FW_TRUST_TUPLE_KEYWORD_WFD_PRINT:  Represents all traffic matching a trust tuple in the TrustTuples collection where IsWFDPrint is true.

FW_TRUST_TUPLE_KEYWORD_WFD_DISPLAY:  Represents all traffic matching a trust tuple in the TrustTuples collection where IsWFDDevices is true.

FW_TRUST_TUPLE_KEYWORD_WFD_DEVICES:  Represents all traffic matching a trust tuple in the TrustTuples collection where IsWFDDevices is true.

FW_TRUST_TUPLE_KEYWORD_WFD_KM_DRIVER:  Represents all traffic matching a trust tuple in the TrustTuples collection, where IsWFDMaUsbWirelessDocking is true.

FW_TRUST_TUPLE_KEYWORD_UPNP:  Represents all traffic that matches a tuple in the TrustTuples collection, where IsUpnP-Secure-Sockets-with-Teredo is true.

FW_TRUST_TUPLE_KEYWORD_WFD_CDP:  Represents all traffic that matches a tuple in the TrustTuples collection, where IsWFDCDPSvc is true.

FW_TRUST_TUPLE_KEYWORD_MAX:  This value and values that exceed this value are not valid and MUST NOT be used. It is defined for simplicity in writing IDL definitions and code. This symbolic constant has a value of 0x0100.<25> <26>

FW_TRUST_TUPLE_KEYWORD_MAX_V2_20:  This value and values that exceed this value are not valid and MUST NOT be used by servers and clients with schema version 0x0214 and earlier. It is defined for simplicity in writing IDL definitions and code. This symbolic constant has a value of 0x0004.

FW_TRUST_TUPLE_KEYWORD_MAX_V2_26:  This value and values that exceed this value are not valid and MUST NOT be used by servers and clients with schema version 0x021A and earlier. It is defined for simplicity in writing IDL definitions and code. This symbolic constant has a value of 0x0020.

FW_TRUST_TUPLE_KEYWORD_MAX_V2_27:  This value and values that exceed this value are not valid and MUST NOT be used by servers and clients with schema version 0x021B and earlier. It is defined for simplicity in writing IDL definitions and code. This symbolic constant has a value of 0x0080.