get-slot-value
— Retrieves a value from a slot of a structure.
Macro
get-slot-value
obj type field
=> value
|
A pointer to foreign structure. |
|
A name of the foreign structure. |
|
A name of the desired field in foreign structure. |
value |
The value of the field in the structure. |