Jump to content

FILTERBLOCK: Difference between revisions

From EDM2
Created page with "Filter block structure. <PRE> typedef struct _FILTERBLOCK { ULONG packet_size; ULONG packet_revision_number; PHEADERBLOCK header_block; } FILTE..."
 
(No difference)

Latest revision as of 17:38, 28 January 2018

Filter block structure.

typedef struct _FILTERBLOCK {
  ULONG            packet_size;
  ULONG            packet_revision_number;
  PHEADERBLOCK     header_block;
} FILTERBLOCK;

typedef   FILTERBLOCK   * PFILTERBLOCK ;

Use appropriate packet_revision_number to indicate whether character data in the parameter packet is in UniCode or ASCII format.