int32 GetALong(p);
Retrieves an int32 from a void pointer. This function can retrieve an int32 at any address, even if the int32 is not long word aligned on a platform that enforces alignment.
Name | Type | Description |
---|---|---|
p | void * | Address from which you want to read an int32. |
int32 stored at the specified address.