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.
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
SceSvcConfigurationInfoThe data is configuration information. |
SceSvcMergedPolicyInfoThe data is merged policy information. |
SceSvcAnalysisInfoThe data is analysis information. |
SceSvcInternalUseReserved. 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 |