IForegroundTransfer::AllowForegroundTransfer method (objidl.h)

Yields the foreground window to the COM server process.

Syntax

HRESULT AllowForegroundTransfer(
  [in] void *lpvReserved
);

Parameters

[in] lpvReserved

This parameter is reserved and must be NULL.

Return value

This method can return the following values.

Return code Description
S_OK
The method completed successfully.
E_INVALIDARG
The lpvReserved parameter is not NULL, or this interface is on a proxy that does not support foreground control.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header objidl.h

See also

CoAllowSetForegroundWindow

IForegroundTransfer