ISoftDistExt::AsyncInstallDistributionUnit method

[AsyncInstallDistributionUnit may be altered or unavailable in subsequent versions of the operating system or product.]

Asynchronously installs the software distribution unit.

Syntax

HRESULT AsyncInstallDistributionUnit(
  [in] IBindCtx       *pbc,
  [in] LPVOID         pvReserved,
  [in] DWORD          flags,
  [in] LPCODEBASEHOLD lpcbh
);

Parameters

  • pbc [in]
    The bind context.

  • pvReserved [in]
    A reserved parameter.

  • flags [in]
    The applicable flags.

  • lpcbh [in]
    A pointer to a CODEBASEHOLD structure.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 3.0

DLL

Urlmon.dll

See also

ISoftDistExt