GetALong (LabVIEW Manager Macro)
- Updated2025-01-28
- 1 minute(s) read
GetALong (LabVIEW Manager Macro)
int32 GetALong(p);
Purpose
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.
Parameters
Name | Type | Description |
---|---|---|
p | void * | Address from which you want to read an int32. |
Return Value
int32 stored at the specified address.