Share via


Funzione RtmReleaseDestInfo (rtmv2.h)

La funzione RtmReleaseDestInfo rilascia una struttura di destinazione.

Sintassi

DWORD RtmReleaseDestInfo(
  [in] RTM_ENTITY_HANDLE RtmRegHandle,
  [in] PRTM_DEST_INFO    DestInfo
);

Parametri

[in] RtmRegHandle

Gestire il client ottenuto da una chiamata precedente a RtmRegisterEntity.

[in] DestInfo

Puntatore alla destinazione da rilasciare. La destinazione è stata ottenuta da una chiamata precedente a una funzione che restituisce una struttura RTM_DEST_INFO .

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.
 
 

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

RTM_DEST_INFO

RtmGetDestInfo