Collapse All
Parallels Virtualization SDK
PrlVm_TisGetEmitter Function
PHT_VIRTUAL_MACHINE

Returns handle on TIS emitter associated with specified uid

Syntax
PRL_RESULT PrlVm_TisGetEmitter(
    PRL_HANDLE hVm, 
    PRL_CONST_STR sUid, 
    PRL_HANDLE_PTR phEmitter
);
File

PrlApiDeprecated.h

Parameters

hVm
[in] handle to VM
sUid
[in] string with identifier
phRecord
[out] handle on TIS emitter

TIS emitter can notify about changes of associated record.

Returns

PRL_RESULT . Possible values: PRL_ERR_INVALID_ARG - when hVm is bad handle or sUid or phRecord is bad pointers PRL_ERR_UNINITIALIZED - when Desktop object is not accessible PRL_ERR_OUT_OF_MEMORY - when failed to allocate handle PRL_ERR_SUCCESS

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.