SCESVC_CONFIGURATION_LINE structure (scesvc.h)

The SCESVC_CONFIGURATION_LINE structure contains information about a line of configuration data. It is used by the SCESVC_CONFIGURATION_INFO structure.

Syntax

typedef struct _SCESVC_CONFIGURATION_LINE_ {
  LPTSTR Key;
  LPTSTR Value;
  DWORD  ValueLen;
} SCESVC_CONFIGURATION_LINE, *PSCESVC_CONFIGURATION_LINE;

Members

Key

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

Value

String that contains data describing the configuration.

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_CONFIGURATION_INFO