SCESVC_INFO_TYPE enumeration (scesvc.h)
The SCESVC_INFO_TYPE enumeration is used by PFSCE_QUERY_INFO and PFSCE_SET_INFO to indicate the type of information requested from or passed to the security database. It can be one of the following values.
Syntax
typedef enum _SCESVC_INFO_TYPE {
SceSvcConfigurationInfo,
SceSvcMergedPolicyInfo,
SceSvcAnalysisInfo,
SceSvcInternalUse
} SCESVC_INFO_TYPE;
Constants
SceSvcConfigurationInfo The data is configuration information. |
SceSvcMergedPolicyInfo The data is merged policy information. |
SceSvcAnalysisInfo The data is analysis information. |
SceSvcInternalUse Reserved. Do not use. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | scesvc.h |