Jump to content

HOOKDATA

From EDM2

Data used by DosPerfSysCall for software tracing.

Syntax

typedef struct _HOOKDATA {
  ULONG     ulLength;  /*  Length */
  PBYTE     pData;     /*  Data */
} HOOKDATA;

typedef   HOOKDATA   * PHOOKDATA ;

Type

struct

C Declaration Method

typedef