ComPlusCompleteCbbSetup function

Completes a catalog migration on the destination computer.

Syntax


HRESULT CALLBACK ComPlusCompleteCbbSetup(
  _In_ IUnknown *pUnk,
  _In_ HANDLE   hSetupLogFile
);

Parameters

pUnk [in]

A pointer to the setup migration context.

hSetupLogFile [in]

A handle to the log file for Comsetup.dll to write to when completing the migration.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and S_OK.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

 

 

Community Additions

ADD
Show: