Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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}, EventTypeName{"Create", "Open", "Delete", "Query", "SetValue", "DeleteValue", "QueryValue", "EnumerateKey", "EnumerateValueKey", "QueryMultipleValue", "SetInformation", "Flush"}]
class Registry_V0_TypeGroup1 : Registry_V0
{
uint32 Status;
uint32 KeyHandle;
sint64 ElapsedTime;
string KeyName;
};
Members
The Registry_V0_TypeGroup1 class has these types of members:
Properties
The Registry_V0_TypeGroup1 class has these properties.
-
ElapsedTime
-
-
Data type: sint64
-
Access type: Read-only
-
Qualifiers: WmiDataId(3)
Elapsed time of the registry operation.
-
-
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(4), 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 XP [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
See also