2.18.1. options_Reset

[<<<] [>>>]

@c Clear an option data

Calling this function resets an option. This means that the memory holding the long value is released and the pointer that was pointing to it is set NULL.

int options_Reset(pExecuteObject pEo,
                  char *name
  ){

[<<<] [>>>]