Condividi tramite


Funzione RtmIgnoreChangedDests (rtmv2.h)

La funzione RtmIgnoreChangedDests ignora la modifica successiva per ogni destinazione se si è già verificata. Questa funzione può essere usata dopo RtmGetChangeStatus per impedire alla gestione tabelle di routing di restituire questa modifica in risposta a una chiamata a RtmGetChangedDests.

Sintassi

DWORD RtmIgnoreChangedDests(
  [in] RTM_ENTITY_HANDLE RtmRegHandle,
  [in] RTM_NOTIFY_HANDLE NotifyHandle,
  [in] UINT              NumDests,
  [in] PRTM_DEST_HANDLE  ChangedDests
);

Parametri

[in] RtmRegHandle

Gestire il client ottenuto da una chiamata precedente a RtmRegisterEntity.

[in] NotifyHandle

Gestire una notifica di modifica.

[in] NumDests

Specifica il numero di destinazioni in ChangedDests.

[in] ChangedDests

Puntatore a una matrice di handle di RTM_DEST_HANDLE che indicano le destinazioni per cui ignorare le modifiche in sospeso.

Valore restituito

Se la funzione ha esito positivo, il valore restituito è NO_ERROR.

Se la funzione ha esito negativo, il valore restituito è uno dei codici di errore seguenti.

Valore Significato
ERROR_INVALID_HANDLE
Handle non valido.

Commenti

Quando le destinazioni non sono più necessarie, rilasciarle chiamando RtmReleaseChangedDests.

Requisiti

Requisito Valore
Client minimo supportato Nessuno supportato
Server minimo supportato Windows 2000 Server [solo app desktop]
Piattaforma di destinazione Windows
Intestazione rtmv2.h
Libreria Rtm.lib
DLL Rtm.dll

Vedi anche

RtmGetChangeStatus

RtmGetChangedDests

RtmIsMarkedForChangeNotification

RtmMarkDestForChangeNotification

RtmReleaseChangedDests