Microsoft SDK for Java

getStorageUsed

The getStorageUsed method of the ClientStore Class contains the following signatures:

getStorageUsed()
getStorageUsed(int flags)

getStorageUsed()

Retrieves the amount of storage space the principal has used.

Syntax

public long getStorageUsed();

Return Value

Returns the amount of space used, in bytes.

getStorageUsed(int flags)

Retrieves the amount of storage space the principal has used.

Syntax

public long getStorageUsed(int flags);

Return Value

Returns the amount of space used, in bytes.

Parameters

flags A value that indicates the storage area in which to find the space used for. It can be one or both of the STORE_FL_LOCAL and STORE_FL_ROAMING flags.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.