Condividi tramite


Struttura EXPERTFRAMEDESCRIPTOR

La struttura EXPERTFRAMEDESCRIPTOR contiene informazioni su un frame. Quando l'esperto chiama correttamente la funzione ExpertGetFrame , Network Monitor passa la struttura EXPERTFRAMEDESCRIPTOR all'esperto.

Sintassi

typedef struct {
  DWORD                FrameNumber;
  HFRAME               hFrame;
  ULPFRAME             pFrame;
  LPRECOGNIZEDATATABLE lpRecognizeDataTable;
  LPPROPERTYTABLE      lpPropertyTable;
} EXPERTFRAMEDESCRIPTOR, *LPEXPERTFRAMEDESCRIPTOR;

Members

FrameNumber

Numero di un frame specificato.

hFrame

Handle in un frame.

pFrame

Puntatore a un frame non elaborato.

lpRecognizeDataTable

Tabella che indica dove ogni parser identifica l'inizio dei dati.

lpPropertyTable

Tabella delle proprietà dei frame identificate dal parser.

Commenti

Se l'esperto specifica FLAGS_ATTACH_PROPERTIES quando si chiama ExpertGetFrame, il membro szPropertyText in ogni struttura PROPERTYINST è NULL.

Se l'esperto non specifica FLAGS_ATTACH_PROPERTIES quando si chiama la funzione ExpertGetFrame , il membro lpPropertyTable è NULL al momento della restituzione.

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Intestazione
Netmon.h