Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |