Microsoft SDK for Java

DisconnectObject

This method of the IMarshal interface forcibly releases all external connections to an object. The object's server calls the object's implementation of this method prior to shutting down.

Syntax

public void DisconnectObject(int dwReserved);

Parameters

[in] dwReserved Reserved for future use; must be 0 (zero). To ensure compatibility with future use, DisconnectObject must not check for 0 (zero).

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