nw::ut::AddU32ToPtr Function
void * AddU32ToPtr(
void* ptr,
u32 offset
);
| Name | Description | |
|---|---|---|
| in | ptr | Pointer |
| in | offset | Offset value |
offset bytes as the same type of pointer as used for the argument. Adds the offset value to the pointer.
CONFIDENTIAL