PA_Dial4DSetUserData


version 2003


PA_Dial4DSetUserData (dialog; userData)

Parameter Type Description
dialog PA_Dial4D Dialog reference
userData void* User data associated with the dialog

Description

The routine PA_Dial4DSetUserData stores a long integer associated with this dialog. It is the equivalent of the SetWRefCon command on a window. This may be useful if you open several dialogs in different processes and want to have an unique identifier for them, or in associating data with the dialog.

See Also

PA_Dial4DGetUserData .

Error Handling

None.