MSFT_WmiProvider_GetObjectAsyncEvent_Post class

The MSFT_WmiProvider_GetObjectAsyncEvent_Post event class represents an event generated immediately following completion of the provider's implementation of IWbemServices::GetObjectAsync.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[AMENDMENT]
class MSFT_WmiProvider_GetObjectAsyncEvent_Post : Msft_WmiProvider_OperationEvent_Post
{
  uint64 TIME_CREATED;
  String TransactionIdentifer;
  uint32 Flags;
  string HostingGroup;
  uint32 HostingSpecification;
  string Locale;
  string Namespace;
  object ObjectParameter;
  string ObjectPath;
  string Provider;
  uint32 ResultCode;
  uint8  SECURITY_DESCRIPTOR[];
  string StringParameter;
  string TransactionIdentifier;
  string User;
};

Members

The MSFT_WmiProvider_GetObjectAsyncEvent_Post class has these types of members:

Properties

The MSFT_WmiProvider_GetObjectAsyncEvent_Post class has these properties.

Flags

Data type: uint32

Access type: Read-only

The following flags affect the behavior of this method.

WBEM_FLAG_USE_AMENDED_QUALIFIERS

If this flag is set, WMI retrieves the amended qualifiers stored in the localized namespace of the current connection's locale. If not set, only the qualifiers stored in the immediate namespace are retrieved.

WBEM_FLAG_DIRECT_READ

This flag causes direct access to the provider for the class specified without any regard to its parent class or subclasses.

WBEM_FLAG_SEND_STATUS

Registers a request to receive intermediate status reports through the client's implementation of IWbemObjectSink::SetStatus.

HostingGroup

Data type: string

Access type: Read-only

Second component of the __Win32Provider HostingModel property when the hosting model is one of LocalSystemHost, LocalSystemHostOrSelfHost, NetworkServiceHost, or LocalServiceHost. The hosting group defines a particular instantiation of a WMI provider host. Providers that share the same hosting model and hosting group share the same surrogate process.

This property is inherited from Msft_WmiProvider_OperationEvent

HostingSpecification

Data type: uint32

Access type: Read-only

The first component of the __Win32ProviderHostingModel property. For the possible values of this property, see the HostingSpecification property in the MSFT_Providers class.

This property is inherited from Msft_WmiProvider_OperationEvent

Locale

Data type: string

Access type: Read-only

Particular instantiation of a provider instance when the provider is configured for per local initialization.

This property is inherited from Msft_WmiProvider_OperationEvent

Namespace

Data type: string

Access type: Read-only

Namespace associated with a particular provider instance.

This property is inherited from Msft_WmiProvider_OperationEvent

ObjectParameter

Data type: object

Access type: Read-only

Extended status passed through provider's IWbemObjectSink::SetStatus call, possible NULL.

ObjectPath

Data type: string

Access type: Read-only

Path of the object to retrieve.

Provider

Data type: string

Access type: Read-only

Name associated with a particular provider instance. The name is identical to the __Win32Provider property.

This property is inherited from Msft_WmiProvider_OperationEvent

ResultCode

Data type: uint32

Access type: Read-only

HRESULT status code of the operation.

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

Descriptor used by the event provider to determine which users can receive the event. This property is inherited from __Event.

This property is inherited from __Event

StringParameter

Data type: string

Access type: Read-only

This property is currently always NULL.

TIME_CREATED

Data type: uint64

Access type: Read-only

Unique value that indicates the time the event is generated. This is a 64-bit value that represents the number of 100-nanosecond intervals after January 1, 1601. The information is in the Coordinated Universal Time (UTC) format.

For more information about using uint64 values in scripts, see Scripting in WMI.

This property is inherited from __Event.

TransactionIdentifer

Data type: String

Access type: Read-only

The TransactionIdentifer property is for internal use, currently always empty.

This property is inherited from Msft_WmiProvider_OperationEvent.

TransactionIdentifier

Data type: string

Access type: Read-only

Internal use only. The current value is "{00000000-0000-0000-0000-000000000000}".

This property is inherited from Msft_WmiProvider_OperationEvent

User

Data type: string

Access type: Read-only

Particular provider instance, configured for per user initialization.

This property is inherited from Msft_WmiProvider_OperationEvent

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
System.mof
DLL
WmiPrvSD.dll

See also

Msft_WmiProvider_OperationEvent_Post

Provider Event Troubleshooting Classes

MSFT_Providers

WMI Troubleshooting

WMI Troubleshooting

Receiving a WMI Event