Collapse All
Parallels C API Reference Guide
PRL_DISK_PARAMETERS Structure
PrlDisk.h Other Structs Send Feedback

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_DISK_PARAMETERS;
File
Remarks

Differs from internal due to lists classes

Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!