IForegroundTransfer::AllowForegroundTransfer method
Yields the foreground window to the COM server process.
Syntax
HRESULT AllowForegroundTransfer( [in] void *lpvReserved );
Parameters
- lpvReserved [in]
-
This parameter is reserved and must be NULL.
Return value
This method can return the following values.
| Return code | Description |
|---|---|
|
The method completed successfully. |
|
The lpvReserved parameter is not NULL, or this interface is on a proxy that does not support foreground control. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IForegroundTransfer is defined as 00000145-0000-0000-C000-000000000046 |
See also
Show: