|
Gocator Development Kit
|
| kStatus GdkToolOutput_InitGenericDataAt | ( | GdkToolOutput | output, |
| kSize | index, | ||
| kBool | isObject, | ||
| kSize | dataSize, | ||
| GvGenericMsg * | msg | ||
| ) |
Constructs/reuses a GvGenericMsg object at the specified index.
| output | Output object. |
| index | Index of the output object to retrieve relative to all outputs |
| isObject | Flag indicating is the generic data is a kObject or a data buffer |
| dataSize | Size of the generic data |
| msg | Pointer to where the GvGenericMsg is to be set |