Microsoft SDK for Java

getEmpty

This method of the Variant Class verifies that the variant type is VT_EMPTY. This method has no other purpose; there is no value associated with a null Variant.

Syntax

public void getEmpty();

Exceptions

ClassCastException if the variant type is not VT_EMPTY.

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