Microsoft SDK for Java

createFromPackage

This method of the ILicenseMgr Interface creates a package.

Syntax

public IUnknown createFromPackage(int index, IUnknown punkOuter, int ctxFlags);

Return Value

Returns the new package.

Parameters

index The index of the package.
punkOuter The aggregating object if the object is created as part of an aggregate; otherwise, null.
ctxFlags The ComContext value that represents the context that the new object is created in.

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