estructura de OP_POLICY_ELEMENT

Define una clave del Registro y un nombre de valor, tipo y valor que se deben configurar en esa clave.

Sintaxis

typedef struct _OP_POLICY_ELEMENT
{
    [string] wchar_t                *pKeyPath;
    [string] wchar_t                *pValueName;
    ULONG                           ulValueType;
    ULONG                           cbValueData;
    [size_is(cbValueData)]  PBYTE   pValueData;
} OP_POLICY_ELEMENT, *POP_POLICY_ELEMENT;

Miembros

pKeyPath

Contiene la ruta de acceso de la clave del Registro.

pValueName

Contiene el nombre del valor del Registro.

ulValueType

Contiene uno de los valores de Tipos de valor del Registro.

cbValueData

Contiene el tamaño de pValueData en bytes.

ulValueType

Contiene el valor del valor del Registro.

Vea también

Definiciones de IDL de unión a un dominio sin conexión