Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "EndDialog" in [All]

user32

.
Summary
.

static extern bool EndDialog(IntPtr hDlg, IntPtr nResult);

.

    EndDialog(hwnd, result);

.
Documentation
[EndDialog] on MSDN

msi

.

            INSTALLUILEVEL_ENDDIALOG    = 0x80, // display success/failure dialog at end of install

.

    INSTALLUILEVEL_ENDDIALOG    = 0x80, // display success/failure dialog at end of install


 
Access PInvoke.net directly from VS: