Collapse All
Parallels C API Reference Guide
PrlEvent_GetDataPtr Function
PrlApi.h PHT_EVENT

Clients can use this method to receive a data buffer specific to the event type.

Syntax
PRL_RESULT PrlEvent_GetDataPtr(
    PRL_HANDLE hEvent, 
    PRL_VOID_PTR_PTR data_ptr
);
File
Parameters

hEvent
A handle of type PHT_EVENT identifying the event.
data_ptr
[out] A pointer to the event-specific data.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

Remarks

Different event types may provide different data buffers or they may provide none.

Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!