This method of the ILicenseMgr Interface creates a package.
public IUnknown createFromPackage(int index, IUnknown punkOuter, int ctxFlags);
Returns the new package.
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. |