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.
This class is the event type class for registry events.
The following syntax is simplified from MOF code.
Syntax
[EventType{10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27}, EventTypeName{"Create", "Open", "Delete", "Query", "SetValue", "DeleteValue", "QueryValue", "EnumerateKey", "EnumerateValueKey", "QueryMultipleValue", "SetInformation", "Flush", "KCBCreate", "KCBDelete", "KCBRundownBegin", "KCBRundownEnd", "Virtualize", "Close"}]
class Registry_TypeGroup1 : Registry
{
sint64 InitialTime;
uint32 Status;
uint32 Index;
uint32 KeyHandle;
string KeyName;
};
Members
The Registry_TypeGroup1 class has these types of members:
Properties
The Registry_TypeGroup1 class has these properties.
-
Index
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(3)
The subkey index for the registry operation (such as EnumerateKey).
-
-
InitialTime
-
-
Data type: sint64
-
Access type: Read-only
-
Qualifiers: WmiDataId(1)
Initial time of the registry operation.
-
-
KeyHandle
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(4), Pointer
Handle to the registry key.
-
-
KeyName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: WmiDataId(5), StringTermination("NullTerminated"), Format("w")
Name of the registry key.
-
-
Status
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(2), Pointer
NTSTATUS value of the registry operation.
-
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also