Get Unique Dialog Id

DESCRIPTION:

Get the dialog id that was assigned by Windows when the dialog was created.

USAGE:

cbGetDialogId(dfProps) 

REQUIRED ARGUMENTS:

dfProps
input data frame to the callback function.

VALUE:

an integer value; the unique id assigned by Windows.

SEE ALSO:

, .

EXAMPLES:

See the example file samples/dialogs/dlgcomm.ssc where samples is in your S-PLUS directory.