Registry_V1_TypeGroup1 class
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}, EventTypeName{"Create", "Open", "Delete", "Query", "SetValue", "DeleteValue", "QueryValue", "EnumerateKey", "EnumerateValueKey", "QueryMultipleValue", "SetInformation", "Flush", "RunDown"}]
class Registry_V1_TypeGroup1 : Registry
{
uint32 Status;
uint32 KeyHandle;
sint64 ElapsedTime;
uint32 Index;
string KeyName;
};
Members
The Registry_V1_TypeGroup1 class has these types of members:
Properties
The Registry_V1_TypeGroup1 class has these properties.
-
ElapsedTime
-
-
Data type: sint64
-
Access type: Read-only
-
Qualifiers: WmiDataId(3)
Elapsed time of the registry operation.
-
-
Index
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(4)
The subkey index for the registry operation (such as EnumerateKey).
-
-
KeyHandle
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: WmiDataId(2), 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(1), Pointer
NTSTATUS value of the registry operation.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
See also