docs

Home All functions Legacy functions Categories

vuGlobalsLoad()

Purpose

Loads persisted vuMailKit global settings from registry storage into current runtime memory.

Parameters

Return value / error codes

Example (Clarion)

MAP
  MODULE('vuMail.dll')
    vuGlobalsLoad(),SIGNED,PROC,PASCAL,RAW,NAME('vuGlobalsLoad')
  END
END

rc LONG

rc = vuGlobalsLoad()
IF rc <> 1
  MESSAGE('Unexpected rc from vuGlobalsLoad: ' & rc)
END

Notes

Home All functions Legacy functions Categories