Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlDiskMap_Read Function
PHT_VIRTUAL_DISK

Returns bits from the blocks map.

Syntax
PRL_RESULT PrlDiskMap_Read(
    PRL_HANDLE hMap, 
    PRL_VOID_PTR pBuffer, 
    PRL_UINT32_PTR pnCapacity
);
File

PrlDisk.h

Parameters

hMap
A handle of type PHT_VIRTUAL_DISK_MAP identifying the changes map.
pBuffer
A pointer to a store.
pnCapacity
A pointer to a variable holding the size of the buffer and receiving the number of bytes actually written.

Returns

PRL_RESULT.

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