CBWPARAM function

Purpose

Return the wParam& message in a Callback Function.

Syntax

wParam& = CBWPARAM

Remarks

When Windows sends a message to your Callback Function, the value of the wParam& parameter will depend on the wMsg& command sent. See Dynamic Dialog Tools for more information on callbacks and messages.

Restrictions 

This function is only valid inside a Callback Function.

See also

Dynamic Dialog Tools, CBCTL, CBCTLMSG, CBHNDL, CBMSG, CBLPARAM