Condividi tramite


Metodo IKsPin::KsQueryInterfaces (ksproxy.h)

Il metodo KsQueryInterfaces recupera le interfacce supportate da un pin.

Sintassi

HRESULT KsQueryInterfaces(
  [out] PKSMULTIPLE_ITEM *InterfaceList
);

Parametri

[out] InterfaceList

Puntatore a un buffer che riceve un puntatore a una struttura KSMULTIPLE_ITEM, seguita da una sequenza di strutture KSPIN_INTERFACE che descrivono i tipi di interfaccia. La struttura KSMULTIPLE_ITEM è un'intestazione che descrive le dimensioni del buffer e il numero di voci nell'elenco che segue l'intestazione.

Valore restituito

Restituisce NOERROR se ha esito positivo; in caso contrario, restituisce un codice di errore.

Osservazioni

Le interfacce restituite vengono ordinate in base alle preferenze.

Fabbisogno

Requisito Valore
piattaforma di destinazione Desktop
intestazione ksproxy.h (include Ksproxy.h)

Vedere anche

KSMULTIPLE_ITEM

KSPIN_INTERFACE