Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PRL_DISK_PARAMETERS Structure
Other Structs

Parallels disk parameters.

Syntax
typedef 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;
} PRL_DISK_PARAMETERS;
File

PrlDisk.h

Members

m_Storages
Following parameters are available only at SDK v3.
Remarks

Differs from internal due to lists classes

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