docs

Home All functions Legacy functions Categories

vuPasswordCleanup(ControlHandle)

Clarion prototype

Prototype: 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

Value Meaning
1 Cleanup successful
-5 Control was not initialized

Example (Clarion)

RC LONG

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

Notes

Home All functions Legacy functions Categories