Expand Minimize
This topic has not yet been rated - Rate this topic

GetSuspendCount method of the Win32_EncryptableVolume class

The GetSuspendCount method of the Win32_EncryptableVolume class retrieves the number of times BitLocker drive encryption has been suspended.

Syntax


uint32 GetSuspendCount(
  uint32 SuspendCount
);

Parameters

SuspendCount

An integer value from 0 to 15.

Return value

This method returns one of the following codes or another error code if it fails.

Return code/valueDescription
S_OK
0 (0x0)

The method was successful.

 

Requirements

Minimum supported client

Windows 8 Enterprise, Windows 8 Ultimate [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

\\.\root\CIMV2\Security\MicrosoftVolumeEncryption

MOF

Win32_encryptablevolume.mof

See also

Win32_EncryptableVolume

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.