LUA Verb Control Block Format

The verb control block consists of:
The structure is defined as follows:
typedef struct lua_verb_record
{
 LUA_COMMON        common;                  /* The common verb header     */
 union
 {
   unsigned char   lua_peek_data[12];       /* field specific to RUI_BID  */
 }
} LUA_VERB_RECORD;