| Home | All functions | Legacy functions | Categories |
Prototype: vuNoPasswordInRegistry(LONG InValue), LONG, PROC, PASCAL, RAW, NAME(‘vuNoPasswordInRegistry’)
This is the legacy vuMail function name for vuGlobalsSetNoPasswordInRegistry().
Preferred function name:
This function is exported for backward compatibility and behaves identically to vuGlobalsSetNoPasswordInRegistry().
rc LONG
! Legacy name. Prefer vuGlobalsSetNoPasswordInRegistry for new work.
rc = vuNoPasswordInRegistry(1)
IF rc = 0
MESSAGE('Password persistence setting was not accepted.')
END
| Home | All functions | Legacy functions | Categories |