Home
last modified time | relevance | path

Searched refs:partitionInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/storage/class/cdrom/
H A Dioctl.c5249 PPARTITION_INFORMATION partitionInfo; in _IRQL_requires_max_() local
5251 partitionInfo->RewritePartition = FALSE; in _IRQL_requires_max_()
5252 partitionInfo->RecognizedPartition = TRUE; in _IRQL_requires_max_()
5254 partitionInfo->BootIndicator = FALSE; in _IRQL_requires_max_()
5255 partitionInfo->HiddenSectors = 0; in _IRQL_requires_max_()
5258 partitionInfo->PartitionNumber = 0; in _IRQL_requires_max_()
5262 PPARTITION_INFORMATION_EX partitionInfo; in _IRQL_requires_max_() local
5265 partitionInfo->RewritePartition = FALSE; in _IRQL_requires_max_()
5268 partitionInfo->Mbr.BootIndicator = FALSE; in _IRQL_requires_max_()
5269 partitionInfo->Mbr.HiddenSectors = 0; in _IRQL_requires_max_()
[all …]