List All Event Definitions - Windows

Listing All Event Definitions for Windows

In this Windows example, the -list option is used to dump all records in the event definition database and display them to stdout.

If the request were executed on a UNIX system, the asterisk ( * ) would need to be escaped or enclosed within quotes (that is: \* or "*", respectively).


 

Note

The default behavior when listing or exporting records, when neither an event ID nor a handler ID is specified, is to return all records. However, in this example, even though no handler ID was specified, no event handler records are returned.

Conversely, if just a handler ID had been specified, no event definition records would be returned. Supplying an event ID and/or handler ID serves as a filter which causes uemload to return just those records specifically requested.

Command Line Options

The command line options used in this example are:

Option

Description

-list

Displays the complete contents of the specified event definition and/or event handler records.

-event_id

Identifier that uniquely identifies an event definition record.

Components

UEMLoad Utility for Windows