MSFT_UCEventBase class

The MSFT_UCEventBase class is the base class for updating consumer events and extends __ExtrinsicEvent.

Note  For more information about support and installation of this component on a specific operating system, see Operating System Availability of WMI Components.

Syntax

class MSFT_UCEventBase : __ExtrinsicEvent
{
  uint8  SECURITY_DESCRIPTOR[];
  uint64 TIME_CREATED;
};

Members

The MSFT_UCEventBase class has these types of members:

  • Properties

Properties

The MSFT_UCEventBase class has these properties.

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

Descriptor that the event provider uses to determine the users that can receive an event. This property is inherited from __ExtrinsicEvent.

TIME_CREATED

Data type: uint64

Access type: Read-only

Unique value that indicates the time when an 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. This property is inherited from __ExtrinsicEvent.

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

Remarks

The MSFT_UCEventBase class is derived from __ExtrinsicEvent, which has no properties.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP

Minimum supported server

None supported

End of client support

Windows XP

Namespace

\root\subscription

MOF

Updprov.mof

DLL

Updprov.dll

See also

Correlation Consumers