SCESVC_CONFIGURATION_INFO structure (scesvc.h)
The SCESVC_CONFIGURATION_INFO structure provides configuration information for a service. This structure is used by the PFSCE_QUERY_INFO and PFSCE_SET_INFO functions when the configuration information is specified.
Syntax
typedef struct _SCESVC_CONFIGURATION_INFO_ {
DWORD Count;
PSCESVC_CONFIGURATION_LINE Lines;
} SCESVC_CONFIGURATION_INFO, *PSCESVC_CONFIGURATION_INFO;
Members
Count
Indicates the number of lines of data returned in the Lines array.
Lines
Pointer to an array of SCESVC_CONFIGURATION_LINE structures which contains the configuration data for this service. Each element represents a line in the security template or database.
Remarks
When analysis information is specified, the PFSCE_QUERY_INFO and PFSCE_SET_INFO functions use the SCESVC_ANALYSIS_INFO structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | scesvc.h |