SCESVC_ANALYSIS_LINE structure (scesvc.h)

The SCESVC_ANALYSIS_LINE structure contains the key, value, and value length for a specific line specified by an SCESVC_ANALYSIS_INFO structure.

Syntax

typedef struct _SCESVC_ANALYSIS_LINE_ {
  LPTSTR Key;
  PBYTE  Value;
  DWORD  ValueLen;
} SCESVC_ANALYSIS_LINE, *PSCESVC_ANALYSIS_LINE;

Members

Key

String that contains data key. Typically, this is the name of the configuration parameter to which the Value data applies.

Value

Data describing the analysis result for the key. This can be binary data.

ValueLen

Length of the data stored in Value, in bytes.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header scesvc.h

See also

SCESVC_ANALYSIS_INFO