WheaAdd2Ptr - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

void WheaAdd2Ptr(
  P,
  I
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-wheaadd2ptr)

Description

This topic describes the WheaAdd2Ptr macro.

Parameters

P

A pointer to an error record.

I

A pointer to a descriptor.

Remarks

The macro is defined as follows:

#define WheaAdd2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I)))

See also