Microsoft SDK for Java

EnumObjectParam

This method of the IBindCtx interface supplies a pointer to an IEnumString interface on an enumerator that can return the keys of the bind context's string-keyed table of pointers.

Syntax

public IEnumString EnumObjectParam();

Return Values

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

S_OK -- An enumerator was successfully created and the pointer supplied.

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