Condividi tramite


Metodo IForegroundTransfer::AllowForegroundTransfer (objidl.h)

Restituisce la finestra in primo piano al processo del server COM.

Sintassi

HRESULT AllowForegroundTransfer(
  [in] void *lpvReserved
);

Parametri

[in] lpvReserved

Questo parametro è riservato e deve essere NULL.

Valore restituito

Questo metodo può restituire i valori seguenti.

Codice restituito Descrizione
S_OK
Metodo completato correttamente.
E_INVALIDARG
Il parametro lpvReserved non è NULL o questa interfaccia si trova in un proxy che non supporta il controllo in primo piano.

Requisiti

   
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Piattaforma di destinazione Windows
Intestazione objidl.h

Vedi anche

CoAllowSetForegroundWindow

IForegroundTransfer