// ntddk.h
void WheaAdd2Ptr(
P,
I
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the WheaAdd2Ptr macro.
PA pointer to an error record.
IA pointer to a descriptor.
The macro is defined as follows:
#define WheaAdd2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I)))