STATUS_LLDP_NEIGHBOR_NOT_AVAILABLE, 0xC0000225
(MS WDK >> Windows Driver Kit 8.1 (WDK 8.100.26638))

Nombre
STATUS_LLDP_NEIGHBOR_NOT_AVAILABLE
Valor
-1073741275 entero con signo
3221226021 entero sin signo
0xC0000225 valor hexadecimal
Tipo
Windows kernel mode error code (más)
Descripción
No se ha encontrado el objeto.
Descripción (inglés)
The object was not found.
Tipo C/C++
NTSTATUS
Definido en
\Include\km\mslldp.h, línea 749 (Windows Driver Kit 8.1 (WDK 8.100.26638))
Definición
#define STATUS_LLDP_NEIGHBOR_NOT_AVAILABLE STATUS_NOT_FOUND
Comentarios de grupo
++
Routine Description:
This routine adds, changes, or removes multiple TLVs from the local MIB
in a single transaction.
Arguments:
MsapHandle - Handle received from LLDP_OPEN_MSAP
Tlvs - An array of TLVs to set on the local MIB
Return Value:
STATUS_TOO_MANY_NODES - Adding these TLVs would increase the LLDPDU beyond
the link's MTU.  The local MIB was not modified.
Notes:
This NPI allows the caller to add, modify, and remove multiple TLVs in
a single transaction.  To add more than one instance of a TLV, simply
put two copies of the TLV in the TlvArray.  Any existing TLVs of the
same type will be replaced.
To remove all instances of a TLV, insert a TLV with its length set to
LLDP_DELETE_TLV.
To change a TLV, just write the new value -- the existing copy will be
replaced.
Examples:
In these examples, the letter (A, B, C etc) denote distinct TLV types.
The numerals distinguish different instances of the same type.
The 'del' denotes a TLV with length set to LLDP_DELETE_TLV.
Initial MIB contents:        Tlv Array:              Resulting MIB:
----------------------------------------------------------------------------
{  }                         { A1 }                  { A1 }
{ A1 }                       { A2 }                  { A2 }
{ A2 }                       { A3, A4 }              { A3, A4 }
{ A1, A2, B1, C1 }           { A3, B3 }              { A3, B3, C1 }
{ A1, A2, B1 }               { Adel }                { B1 }
{ A1 }                       { A1, A1, B1, B1 }      { A1, A1, B1, B1 }
--
Depende de
STATUS_NOT_FOUND
Descripción de tipo
NTSTATUS is 32-bit number, which holds Windows kernel mode error codes or status codes
Descripciones MUI
IT Impossibile trovare l'oggetto.
EL Το αντικείμενο δεν βρέθηκε.
DA Objektet blev ikke fundet.
NB Finner ikke objektet.
CS Objekt nebyl nalezen.
PT Objeto não encontrado.
DE Objekt wurde nicht gefunden.
JA オブジェクトが見つかりませんでした。
SV Det gick inte att hitta objektet.
KO 개체가 없습니다.
RU Объект не найден.
FI Objektia ei löytynyt.
NL Kan het object niet vinden.
TR Nesne bulunamadı.
PL Nie odnaleziono obiektu.
ZH 找不到物件。
HU Az objektum nem található.
FR L’objet n’a pas été trouvé.