FpcAccountTypes Enumeration

The FpcAccountTypes enumerated type contains values that describe types of Windows accounts.

Syntax

typedef enum FpcAccountTypes {
  fpcAccountTypeUser
fpcAccountTypeUser

A user.

			 = 0,
  fpcAccountTypeGroup
fpcAccountTypeGroup

A group of users.

			= 1,
  fpcAccountTypeDomain
fpcAccountTypeDomain

A domain of users.

		 = 2,
  fpcAccountTypeAlias
fpcAccountTypeAlias

An alias.

			= 3,
  fpcAccountTypeWellKnownGroup
fpcAccountTypeWellKnownGroup

A predefined account such as "Everyone."

   = 4,
  fpcAccountTypeUnknown
fpcAccountTypeUnknown

A type that cannot be determined, for example, because a domain controller cannot be contacted.

		= 5
} FpcAccountTypes;

Constants

fpcAccountTypeUser

A user.

fpcAccountTypeGroup

A group of users.

fpcAccountTypeDomain

A domain of users.

fpcAccountTypeAlias

An alias.

fpcAccountTypeWellKnownGroup

A predefined account such as "Everyone."

fpcAccountTypeUnknown

A type that cannot be determined, for example, because a domain controller cannot be contacted.

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.