The FpcCollectionStatus enumerated type contains bit values that specify the status of a certificates collection.
typedef enum FpcCollectionStatus { fpcStatusNoFailure
All of the required certificate stores were opened successfully.
= 0x000, fpcServiceStoreFailedToOpen
The Personal store for the Micosoft Firewall service (the fwsrv\Personal store) failed to open.
= 0x001, fpcUserStoreFailedToOpen
The Personal store for the current user failed to open.
= 0x002 } FpcCollectionStatus;
All of the required certificate stores were opened successfully.
The Personal store for the Micosoft Firewall service (the fwsrv\Personal store) failed to open.
The Personal store for the current user failed to open.
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.