GetALong (LabVIEW Manager Macro)
- 업데이트 날짜:2025-07-30
- 1분 (읽기 시간)
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.