PRFHOOKPARMS: Difference between revisions
Appearance
Created page with "This strucutre is used for the HK_PLIST_ENTRY hook (see ProgramListEntryHook), and the HK_PLIST_EXIT hook (see ProgramListExitHook). == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _PRFHOOKPARMS { COUNT4B numbytes; ULONG api; STORAGE apiparms; } PRFHOOKPARMS; typedef PRFHOOKPARMS * PRFHOOKPARMS ; </pre> Category:Data type" |
(No difference)
|
Latest revision as of 23:54, 14 April 2025
This strucutre is used for the HK_PLIST_ENTRY hook (see ProgramListEntryHook), and the HK_PLIST_EXIT hook (see ProgramListExitHook).
Type
struct
C Declaration Method
typedef
Example Code
typedef struct _PRFHOOKPARMS { COUNT4B numbytes; ULONG api; STORAGE apiparms; } PRFHOOKPARMS; typedef PRFHOOKPARMS * PRFHOOKPARMS ;