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.
Defines a registry key and a value name, type, and value that should be configured under that key.
Syntax
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;
Members
pKeyPath
Contains the path of the registry key.
pValueName
Contains the name of the registry value.
ulValueType
Contains one of the values from Registry Value Types.
cbValueData
Contains the size of pValueData in bytes.
ulValueType
Contains the value of the registry value.