Jump to content

HOOKDATA

From EDM2
Revision as of 00:48, 19 May 2025 by Martini (talk | contribs) (Created page with "Data used by DosPerfSysCall for software tracing. ==Syntax== <PRE> typedef struct _HOOKDATA { ULONG ulLength; Length: PBYTE pData; Data: } HOOKDATA; typedef HOOKDATA * PHOOKDATA ; </PRE> == Type == struct == C Declaration Method == typedef Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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