Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The PF_FOLLOWSET structure defines the protocols that may precede or follow a protocol.
Syntax
typedef struct _PF_FOLLOWSET {
DWORD nEntries;
PF_FOLLOWENTRY Entry[];
} PF_FOLLOWSET, *PPF_FOLLOWSET;
Members
-
nEntries
-
Number of protocols in the list.
-
Entry
-
Array of PF_FOLLOWENTRY structures that describe each protocol.
Remarks
The PF_PARSERINFO structure uses the PF_FOLLOWSET structure to list the protocols that may precede or follow the protocol that the parser detects.
Network Monitor uses the information in the PF_FOLLOWSET structure to update the follow sets of specific parsers. The PF_FOLLOWSET structure must be allocated using HeapAlloc.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|