3.4.4.13 CprepDiskIsPRPresent3 (Opnum 15)

The CprepDiskIsPRPresent3 method queries the SCSI Persistent Reserve reservation table for the disk and determines if the specified key is listed in the table.

 HRESULT CprepDiskIsPRPresent3(
   [in] CPREP_DISKID DiskId,
   [in] ULONGLONG Key
 );

DiskId: The identifier of the ClusPrepDisk representing the disk.

Key: The reservation key to search for in the SCSI Persistent Reserve reservation table for the LUN underlying the operating system disk identified by the DiskId parameter.

Return Values: A signed 32-bit value that indicates return status. If the method returns a negative value, it has failed. Non-negative values indicate success, with the lower 16 bits of the value containing warnings or flags defined in the method implementation. For more information about Win32 error codes and HRESULT values, see [MS-ERREF] sections 2.2 and 2.1.

Return value/code

Description

0x00000000

S_OK

The call was successful.

0x80070490

ERROR_NOT_FOUND

The key was not found in the reservation table.

0x80070002

ERROR_FILE_NOT_FOUND

The disk was not found.

0x00000057

ERROR_INVALID_PARAMETER

An internal error occurred.

0x80070548

ERROR_INVALID_SERVER_STATE

The server's Prepare State is not Online.

0x8007139F

ERROR_INVALID_STATE

The value of ClusPrepDisk.AttachedState is not Attached.

For any other condition, this method MUST return a value that is not one of the values listed in the preceding table. The client MUST behave in one consistent, identical manner for all values that are not listed in the preceding table.

Exceptions Thrown: No exceptions are thrown beyond those thrown by the underlying RPC protocol (see [MS-RPCE]).

The opnum field value for this method is 15.

When processing this call, the server MUST do the following:

  • Obtain the ClusPrepDisk identified by the DiskId parameter, as described in section 3.2.4.

  • Search the SCSI Persistent Reserve reservation table as specified in [SPC-3] section 6.12.