FpcCollectionStatus Enumeration

The FpcCollectionStatus enumerated type contains bit values that specify the status of a certificates collection.

Syntax

typedef enum FpcCollectionStatus {
  fpcStatusNoFailure
fpcStatusNoFailure

All of the required certificate stores were opened successfully.

			= 0x000,
  fpcServiceStoreFailedToOpen
fpcServiceStoreFailedToOpen

The Personal store for the Micosoft Firewall service (the fwsrv\Personal store) failed to open.

   = 0x001,
  fpcUserStoreFailedToOpen
fpcUserStoreFailedToOpen

The Personal store for the current user failed to open.

	= 0x002
} FpcCollectionStatus;

Constants

fpcStatusNoFailure

All of the required certificate stores were opened successfully.

fpcServiceStoreFailedToOpen

The Personal store for the Micosoft Firewall service (the fwsrv\Personal store) failed to open.

fpcUserStoreFailedToOpen

The Personal store for the current user failed to open.

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.