función MI_SubscriptionDeliveryOptions_GetDeliveryDestination (mi.h)

Obtiene el destino de entrega de la suscripción establecido anteriormente.

Sintaxis

MI_INLINE MI_Result MI_SubscriptionDeliveryOptions_GetDeliveryDestination(
  [in] MI_SubscriptionDeliveryOptions *self,
       const MI_Char                  **value
);

Parámetros

[in] self

Estructura MI_SubscriptionDeliveryOptions .

value

Puntero a una cadena terminada en null que contiene el nombre de destino devuelto. Este nombre es propiedad de la estructura de MI_SubscriptionDeliveryOptions especificada y es válido hasta que se elimina esa estructura.

Valor devuelto

Valor de la enumeración MI_Result que especifica el código de retorno de la función. Puede ser uno de los siguientes códigos.

Requisitos

   
Cliente mínimo compatible Windows 8
Servidor mínimo compatible Windows Server 2012
Plataforma de destino Windows
Encabezado mi.h
Redistribuible Windows Management Framework 3.0 en Windows Server 2008 R2 con SP1, Windows 7 con SP1 y Windows Server 2008 con SP2

Consulte también

MI_SubscriptionDeliveryOptions

MI_SubscriptionDeliveryOptions_GetDeliveryPortNumber

MI_SubscriptionDeliveryOptions_GetDeliveryRetryAttempts

MI_SubscriptionDeliveryOptions_GetDeliveryRetryInterval

MI_SubscriptionDeliveryOptions_SetDeliveryDestination

MI_SubscriptionDeliveryOptions_SetDeliveryPortNumber

MI_SubscriptionDeliveryOptions_SetDeliveryRetryAttempts

MI_SubscriptionDeliveryOptions_SetDeliveryRetryInterval