3.2.4.4.3.52 IVolumeClient3::GetDontShow (Opnum 55)

The GetDontShow method retrieves a value that indicates whether to show a disk initialization tool. <222>

 HRESULT GetDontShow(
   [out] boolean* bGetNoShow
 );

bGetNoShow: Boolean value that indicates whether the New Disk Wizard is enabled or disabled.

Value

Meaning

FALSE

0

New Disk Wizard is enabled. This is the default value. This value indicates that the user has not selected the check box in the New Disk Wizard to request that the wizard not be displayed in the future.

TRUE

1

New Disk Wizard is disabled. Indicates that the user has selected the check box in the New Disk Wizard to request that the wizard not be displayed in the future.

Return Values: The method MUST return 0 or a nonerror HRESULT on success, or an implementation-specific nonzero error code on failure (as specified in [MS-ERREF]; see also section 2.2.1 for HRESULT values predefined by the Disk Management Remote Protocol).

When the server receives an IVolumeClient3::GetDontShow message, it MUST process that message, as specified in IVolumeClient::GetDontShow (section 3.2.4.4.1.49).