Microsoft SDK for Java

Revoke

This method of the IRunningObjectTable interface removes from the Running Object Table (ROT) an entry that was previously registered by a call to Register.

Syntax

public void Revoke(int dwRegister);

Return Value

This method supports the standard return value E_INVALIDARG, as well as the following:

S_OK -- The object's registration was successfully revoked.

Parameters

[in] dwRegister The value identifying the ROT entry to revoke. This value was previously returned by Register.

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