Home
last modified time | relevance | path

Searched defs:nExitCode (Results 1 – 14 of 14) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/collections/
H A DMessagePipe.c37 void MessagePipe_PostQuit(wMessagePipe* pipe, int nExitCode) in MessagePipe_PostQuit()
H A DMessageQueue.c132 BOOL MessageQueue_PostQuit(wMessageQueue* queue, int nExitCode) in MessageQueue_PostQuit()
/dports/devel/pear-HTML_Template_PHPLIB/HTML_Template_PHPLIB-1.6.1/HTML/Template/PHPLIB/
H A DTool.php94 function dieHard($strMessage, $nExitCode)
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/ipc/
H A DProcess.h62 int nExitCode; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/setup_native/source/win32/customactions/reg_dlls/
H A Dreg_dlls.cxx178 DWORD nExitCode = 0; in RegDLL() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/spsupp/
H A DCOMOpenDocuments.cxx38 DWORD nExitCode; in LOStart() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/spsupp/
H A DCOMOpenDocuments.cxx38 DWORD nExitCode; in LOStart() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/setup_native/source/win32/customactions/inst_msu/
H A Dinst_msu.cxx607 DWORD nExitCode = 0; in InstallMSU() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/setup_native/source/win32/customactions/inst_msu/
H A Dinst_msu.cxx603 DWORD nExitCode = 0; in InstallMSU() local
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/wnd/
H A Dwnd.c171 VOID WINAPI PostQuitMessage(int nExitCode) in PostQuitMessage()
/dports/net/freerdp/freerdp-2.5.0/server/shadow/
H A Dshadow_client.c2028 int shadow_client_boardcast_quit(rdpShadowServer* server, int nExitCode) in shadow_client_boardcast_quit()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DUser32.java875 void PostQuitMessage(int nExitCode); in PostQuitMessage()
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUT.cpp4462 void DXUTShutdown( int nExitCode ) in DXUTShutdown()
4811 int nExitCode; in DXUTDisplayErrorMessage() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DXplatUIWin32.cs3415 private extern static IntPtr Win32PostQuitMessage(int nExitCode); in Win32PostQuitMessage()