Condividi tramite


IDebugPortSupplier3:: EnumPersistedPorts

Questo metodo recupera un oggetto che consente l'enumerazione dell'elenco delle porte persistenti.

HRESULT EnumPersistedPorts(
   BSTR_ARRAY         PortNames,
   IEnumDebugPorts2** ppEnum
);
int EnumPersistedPorts(
   BSTR_ARRAY           PortNames,
   out IEnumDebugPorts2 ppEnum
);

Parametri

  • PortNames
    [in] BSTR_ARRAY Una struttura che contiene un elenco di nomi delle porte per trovare e restituire tra le porte persistenti. Solo le porte persistenti con questi nomi verranno restituite.

  • ppEnum
    [out] un oggetto che implementa IEnumDebugPorts2 l'interfaccia.

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Note

Le porte permanente vengono caricate quando un fornitore di porte viene creata un'istanza e vengono salvate al fornitore di porte viene eliminato.

Vedere anche

Riferimenti

IDebugPortSupplier3

IEnumDebugPorts2

BSTR_ARRAY