hwndParent (HWND) - input

      Parent-window handle of the created dialog window.

      HWND_DESKTOP

        The desktop window
      HWND_OBJECT
        Object window
      Other
        Specified window.

      hwndOwner (HWND) - input

        Requested owner-window handle of the created dialog window.

        The actual owner window is calculated using the algorithm specified in the description of the WinLoadDlg function.

      pfnDlgProc (PFNWP) - input

        Dialog procedure for the created dialog window.

      pdlgt (PDLGTEMPLATE) - input

        Dialog template.

      pCreateParams (PVOID) - input

        Pointer to application-defined data area.

        This is passed to the dialog procedure in the WM_INITDLG message.

        This parameter MUST be a pointer rather than a long.

      hwndDlg (HWND) - returns

        Dialog-window handle.

        NULLHANDLE

          Dialog window not created
        Other
          Dialog-window handle.


        [Back] [Next]