FpcWAPLicenseType Enumeration

The FpcWAPLicenseType enumerated type contains values that describe the type of wireless application protocol (WAP) license.

Syntax

typedef enum  {
  	fpcWAPLicenseType_Evaluation
fpcWAPLicenseType_Evaluation

An evaluation license.

   = 0,
  	fpcWAPLicenseType_Purchased
fpcWAPLicenseType_Purchased

A purchased license.

	= 1,
  	fpcWAPLicenseType_Disabled
fpcWAPLicenseType_Disabled

A disabled license.

	 = 2
} FpcWAPLicenseType;

Constants

fpcWAPLicenseType_Evaluation

An evaluation license.

fpcWAPLicenseType_Purchased

A purchased license.

fpcWAPLicenseType_Disabled

A disabled license.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.