Jump to content

HOOKDATA: Difference between revisions

From EDM2
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"
 
(No difference)

Latest revision as of 23:48, 18 May 2025

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