Collapse All
Parallels C API Reference Guide
__PRL_DISK_PARAMETERS Structure
PrlDisk.h Other Structs

Parallels disk parameters.

Syntax
struct __PRL_DISK_PARAMETERS {
  PRL_UINT32 m_Heads;
  PRL_UINT32 m_Cylinders;
  PRL_UINT32 m_Sectors;
  PRL_UINT64 m_SizeInSectors;
  PRL_UINT32 m_BlockSize;
  PRL_UINT32 m_Parts;
  PRL_IMAGE_PARAMETERS_PTR m_Storages;
  PRL_GUID Uid;
  PRL_CHAR_PTR Name;
};
File
Members

m_Storages
Following parameters are available only at SDK v3.
Remarks

Differs from internal due to lists classes

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