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