Collapse All
Parallels Virtualization SDK
PrlDisk_CommitUnfinishedOp Function
PHT_VIRTUAL_DISK

Commits unfinished state operation (interrupted).

Syntax
PRL_RESULT PrlDisk_CommitUnfinishedOp(
    const PRL_HANDLE Handle, 
    const PRL_STATES_CALLBACK pCallback, 
    PRL_VOID_PTR pParameter
);
File

PrlDisk.h

Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying the virtual disk.
pCallback
A pointer to a callback function or NULL pointer. If the parameter contains a valid pointer to the callback, the function will be called asynchronously. If it contains a NULL pointer, the function will be called synchronously.
pParameter
A pointer to a buffer containing user-defined data to pass to the callback function.
Returns

PRL_RESULT error code.

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