Microsoft SDK for Java

HandsOffStorage

This method of the IPersistStorage interface instructs the object to release all storage objects that have been passed to it by its container and to enter HandsOff mode, in which the object cannot do anything and the only operation that works is a close operation.

Syntax

public void HandsOffStorage();

Return Value

S_OK -- The object has successfully entered HandsOff mode.

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