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 "FatalExit" in [All]

kernel32

.
Summary
.

static extern void FatalExit(int ExitCode);

.

Private Shared Sub FatalExit(ExitCode As Integer)

.
Documentation
[FatalExit] on MSDN

msi

.

            INSTALLLOGMODE_FATALEXIT = (1 << (INSTALLMESSAGE.INSTALLMESSAGE_FATALEXIT >> 24)),

.

            INSTALLMESSAGE_FATALEXIT = 0x00000000, // premature termination, possibly fatal OOM

.

            INSTALLMESSAGE_FATALEXIT = 0x00000000, // premature termination, possibly fatal OOM

.

            INSTALLLOGMODE_FATALEXIT = (1 << (INSTALLMESSAGE.INSTALLMESSAGE_FATALEXIT >> 24)),


 
Access PInvoke.net directly from VS: