Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
The PARAM_BUFFER structure describes the format of the parameter buffer that can be included in the CONTROL_SERVICE structure.
Syntax
typedef struct _PARAM_BUFFER {
ULONG ParameterId;
ULONG Length;
UCHAR Buffer[1];
} PARAM_BUFFER, *LPPARAM_BUFFER;
Members
ParameterId
Parameter ID, as defined by INTSERV.
Length
Length of the entire PARAM_BUFFER structure.
Buffer[1]
Buffer containing the parameter.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | qossp.h |