docs

Home All functions Legacy functions Categories

vuPasswordCleanup(ControlHandle)

vuPasswordCleanup(LONG InHwnd),SIGNED,PROC,PASCAL,RAW,NAME('vuPasswordCleanup')

Description

Manually detaches the managed password helper from a Clarion entry control.

This function performs deterministic cleanup for one control by:

While Windows often tears this down automatically when a window closes, this function gives the developer a predictable cleanup option during normal window shutdown.

Parameters

Parameter Data Type Description
InHwnd LONG Handle of the target control previously initialized with vuPasswordInit().

Returns

Example

RC LONG

RC = vuPasswordCleanup(?MyPassword{PROP:Handle})

Notes

Home All functions Legacy functions Categories