2.2.14 UpdateServiceOption

The UpdateServiceOption enumeration defines values that control how an update service is removed.

 typedef enum tagUpdateServiceOption
 {
   usoNonVolatileService = 0x00000001,
 } UpdateServiceOption;

usoNonVolatileService:  The service is to be treated as nonvolatile; removal of the service requires an explicit call to do so.