Event Management Framework Reference 5-25
someSetRegDataClientType Method
Purpose
Sets the type name for a client event.
IDL Syntax
void someSetRegDataClientType (
in string clientType);
Description
Client events are defined, created, processed, and destroyed entirely by the application.
The application can queue several types of client events with EMan. This method sets the
client event type field of the registration data object. Thus, this information is communicated
to EMan, helping it deal with enqueueing and dequeing the different client events.
Parameters
receiver A pointer to an object of class SOMEEMRegisterData.
ev A pointer to the Environment structure for the calling method.
clientType A null-terminated character string identifying the client event type. The
contents of this string are entirely up to the user. However, while using class
libraries that also use client events, one must make sure that there are no
name collisions.
Original Class
SOMEEMRegisterData
Related Information
Methods: someClearRegData
Kommentare zu diesen Handbüchern