Funzione CreateIDispatchSTAForwarder (Informazioni di riferimento sulle API WPF non gestite)
Questa API supporta l'infrastruttura di Windows Presentation Foundation (WPF) e non deve essere usata direttamente dal codice.
Usato dall'infrastruttura Windows Presentation Foundation (WPF) per la gestione di thread e windows.
Sintassi
HRESULT CreateIDispatchSTAForwarder(
__in IDispatch *pDispatchDelegate,
__deref_out IDispatch **ppForwarder
)
Parametri
Valore proprietà/Valore restituito
pDispatchDelegate
Puntatore a un'interfaccia IDispatch
.
ppForwarder
Puntatore all'indirizzo di un'interfaccia IDispatch
.
Requisiti
Piattaforme: vedere Requisiti di sistema di .NET Framework.
DLL:
In .NET Framework 3.0 e 3.5: PresentationHostDLL.dll
In .NET Framework 4 e versioni successive: PresentationHost_v0400.dll
Versione di .NET Framework: disponibile dalla versione 3.0
Vedi anche
.NET Desktop feedback