The PHT_EVENT_PARAMETER handle is a container that contains system event parameter data. The handle is obtained by calling the PrlEvent_GetParam function.
The event parameter container contains the following information:
|
Name
|
Description
|
|
Returns the event parameter value as binary buffer.
|
|
|
Returns the event parameter name.
|
|
|
Returns the event parameter data type.
|
|
|
Returns the event parameter value as boolean (
PRL_BOOL
).
|
|
|
Returns the event parameter value as CDATA.
|
|
|
Returns the event parameter value as
PRL_HANDLE
.
|
|
|
Returns the event parameter value as
PRL_INT32
.
|
|
|
Returns the event parameter value as
PRL_INT64
.
|
|
|
Returns the event parameter value as string.
|
|
|
Returns the event parameter value as
PRL_UINT32
.
|
|
|
Returns the event parameter value as
PRL_UINT64
.
|