Collapse All
Parallels Virtualization SDK
PrlDevSIA_SendSIAData Function
PHT_VIRTUAL_MACHINE

Allows to send data to the Shared Internet Application tool.

Syntax
PRL_RESULT PrlDevSIA_SendSIAData(
    PRL_HANDLE hVm, 
    PRL_CONST_UINT32_PTR data, 
    PRL_UINT32 size
);
File

PrlApiDeprecated.h

Parameters

hVm
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
data
A pointer to a buffer containing the data.
size
The data buffer size.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

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