Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>defdlgproc()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DefDlgProc()
Pass a message to the default dialog procedure
------------------------------------------------------------------------------

Syntax
DefDlgProc( <hDlgWnd>, <nMsg>, <nwParam>, <nlParam> )   -->   nResult

Arguments
<hDlgWnd> is the handle to the dialog window.

<nMsg> is the message (one of the WM_* values defined in
WINDOWS.CH).

<nwParam> depends on <nMsg>.

<nlParam> depends on <nMsg>.

Returns
A numeric value, returned by the default dialog procedure.

Description
This function is supplied for comleteness, and is only for use
with private dialog classes.  You are unlikely to be using them.

Example

See Also: RegisterClass() CreateWindow()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson