1997
Spencer Kimball & Peter Mattis
Returns data associated with the specified identifier.
This procedure returns any data which may have been associated with the specified identifier. The data is a variable length array of bytes. If no data has been associated with the identifier, an error is returned.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | identifier | The identifier associated with data |
Type | Name | Description |
---|---|---|
PF_INT | bytes | The number of bytes in the data (bytes >= 1) |
unknown | data | A byte array containing data |