Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the WheaAdd2Ptr macro.
Syntax
void WheaAdd2Ptr(
P,
I
);
Parameters
P
A pointer to an error record.
I
A pointer to a descriptor.
Return value
None
Remarks
The macro is defined as follows:
#define WheaAdd2Ptr(P,I) ((PVOID)((PUCHAR)(P) + (I)))
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | ntddk.h (include Ntddk.h) |