NextPackages Method

This method returns a package from the enumeration.  A programmer can call NextPackages continually, enumerating all packages, until the enumeration is exhausted.

IDL Definition

HRESULT NextPackages([out] VARIANT* pVar, [out]  long* pFetched );

Parameters

pVar

a VT_BSTR holding the address of the GUID value for the package.

pFetched

a VT_I4 variable indicating the number of the package in the sequence.

Return Values

a standard HRESULT value


© 1997-1998 Microsoft Corporation. All rights reserved.