5.3 ODEV Messages and Their Parameters
#define OUnLoad 'Ould'typedef struct { long refNum; } OUnloadParams;
long refNum; In - the reference number of a stimulus previously allocated with OAlloc and loaded with OLoad.This message tells the ODEV that it may free any memory allocated by the
OLoad
message for the stimulus specified in refNum.
Generated with CERN WebMaker