Metodo IWbemEventSink::GetRestrictedSink (wbemprov.h)
Il metodo IWbemEventSink::GetRestrictedSink recupera un sink di eventi con restrizioni. Un sink di eventi con restrizioni è uno che filtra un subset degli eventi definiti nella registrazione del provider di eventi.
Sintassi
HRESULT GetRestrictedSink(
[in] long lNumQueries,
[in] const LPCWSTR *awszQueries,
[in] IUnknown *pCallback,
[out] IWbemEventSink **ppSink
);
Parametri
[in] lNumQueries
Numero di query nella matrice.
[in] awszQueries
Matrice di query di eventi.
[in] pCallback
Puntatore al callback per il provider di eventi.
[out] ppSink
Puntatore all'oggetto IWbemEventSink creato.
Valore restituito
Questo metodo restituisce un valore HRESULT che indica lo stato della chiamata al metodo. L'elenco seguente elenca il valore contenuto in hrESULT.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista |
Server minimo supportato | Windows Server 2008 |
Piattaforma di destinazione | Windows |
Intestazione | wbemprov.h (include Wbemidl.h) |
Libreria | Wbemuuid.lib |
DLL | Wbemsvc.dll |