Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The FpcAccountTypes enumerated type contains values that describe types of Windows accounts.
Syntax
typedef enum FpcAccountTypes {
fpcAccountTypeUser = 0,
fpcAccountTypeGroup = 1,
fpcAccountTypeDomain = 2,
fpcAccountTypeAlias = 3,
fpcAccountTypeWellKnownGroup = 4,
fpcAccountTypeUnknown = 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
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
Build date: 7/12/2010