The FpcAccountTypes enumerated type contains values that describe types of Windows accounts.
typedef enum FpcAccountTypes { fpcAccountTypeUser
A user.
= 0, fpcAccountTypeGroup
A group of users.
= 1, fpcAccountTypeDomain
A domain of users.
= 2, fpcAccountTypeAlias
An alias.
= 3, fpcAccountTypeWellKnownGroup
A predefined account such as "Everyone."
= 4, fpcAccountTypeUnknown
A type that cannot be determined, for example, because a domain controller cannot be contacted.
= 5 } FpcAccountTypes;
A user.
A group of users.
A domain of users.
An alias.
A predefined account such as "Everyone."
A type that cannot be determined, for example, because a domain controller cannot be contacted.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.