ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

void exit ( int  exitcode)

Definition at line 33 of file _exit.c.

Referenced by __declspec(), __xmlGlobalInitMutexLock(), _mesa_exit(), _tmain(), aargh(), alloc_handle(), BvectorTest::bvec1(), BZ2_bz__AssertH__fail(), cache_rebuild_bmpcache_linked_list(), CallPxe(), cldap_openA(), cldap_openW(), cleanup(), cleanUpAndFail(), configError(), copyFileName(), copyfont(), directedLine::cutoffPolygon(), delete_registry_key(), Deletehost(), do_import(), do_test(), DoDESCRIPTIONS(), DoKBD(), DoKEYNAME(), DoLANGUAGENAMES(), DoLAYOUT(), DoParsing(), DrawGlyph(), DRIVER_TryOpenDriver32(), DwExecIntruction(), EnableShutdownPrivileges(), EnumColorProfilesA(), EnumColorProfilesW(), error(), error_exit(), error_loc(), error_loc_info(), error_unknown_switch(), Slicer::evalStream(), ExecuteTest(), exit_on_signal(), export_registry_key(), fatalError(), file_compress(), file_uncompress(), fill_strings(), FindFonts(), fnIMultiLanguage2_ConvertStringInIStream(), FTC_MruNode_Prepend(), FTC_MruNode_Remove(), FTC_MruNode_Up(), GdipCreateTextureIA(), Generate(), get_file_name(), get_key(), getCharacterInfo(), gluNurbsSurface(), gz_compress(), init(), initializeLibxml2(), is_valid_handle(), kbd_c(), kbd_h(), ldap_add_ext_sA(), ldap_add_ext_sW(), ldap_add_extA(), ldap_add_extW(), ldap_add_sA(), ldap_add_sW(), ldap_addA(), ldap_addW(), ldap_bind_sA(), ldap_bind_sW(), ldap_bindA(), ldap_bindW(), ldap_compare_ext_sA(), ldap_compare_ext_sW(), ldap_compare_extA(), ldap_compare_extW(), ldap_compare_sA(), ldap_compare_sW(), ldap_compareA(), ldap_compareW(), ldap_delete_ext_sA(), ldap_delete_ext_sW(), ldap_delete_extA(), ldap_delete_extW(), ldap_extended_operation_sA(), ldap_extended_operation_sW(), ldap_extended_operationA(), ldap_extended_operationW(), ldap_initA(), ldap_initW(), ldap_modify_ext_sA(), ldap_modify_ext_sW(), ldap_modify_extA(), ldap_modify_extW(), ldap_modify_sA(), ldap_modify_sW(), ldap_modifyA(), ldap_modifyW(), ldap_modrdn2_sA(), ldap_modrdn2_sW(), ldap_modrdn2A(), ldap_modrdn2W(), ldap_modrdn_sA(), ldap_modrdn_sW(), ldap_modrdnA(), ldap_modrdnW(), ldap_openA(), ldap_openW(), ldap_rename_ext_sA(), ldap_rename_ext_sW(), ldap_rename_extA(), ldap_rename_extW(), ldap_sasl_bind_sA(), ldap_sasl_bind_sW(), ldap_sasl_bindA(), ldap_sasl_bindW(), ldap_search_ext_sA(), ldap_search_ext_sW(), ldap_search_extA(), ldap_search_extW(), ldap_search_sA(), ldap_search_stA(), ldap_search_stW(), ldap_search_sW(), ldap_searchA(), ldap_searchW(), ldap_simple_bind_sA(), ldap_simple_bind_sW(), ldap_simple_bindA(), ldap_simple_bindW(), ldap_sslinitW(), ldap_start_tls_sA(), ldap_start_tls_sW(), linear_vari_process(), lookup_handle(), main(), MakeLinesFromGlyph(), mallocFail(), MC_sweepY(), MSACM_OpenLocalDriver(), names_dump(), NtGdiEqualRgn(), panic(), parse_file(), parse_switches(), parseAndPrintFile(), ParseArguments(), PerformRegAction(), pp_internal_error(), PrintNameTable(), PrintUsage(), process_directory(), ProcessCmdLine(), processRegLinesA(), processRegLinesW(), proclog(), quit(), quitnow(), read_file(), read_input_file(), read_stdin(), readError(), RegisterDefaultAcceptHeaders(), REGPROC_open_export_file(), REGPROC_print_error(), release_handle(), RPC_ExecuteCall(), RPCRT4_io_thread(), run_test1(), run_test2(), select_transform(), SendPacket(), SetupInstallFileA(), shell(), ShowTcpTable(), ShowUdpTable(), sweepY(), test_compress(), test_dict_deflate(), test_dict_inflate(), test_gzio(), test_inflate(), test_large_deflate(), test_large_inflate(), test_sync(), tls1_prf(), TMStubImpl_Invoke(), TOOLBAR_SaveRestoreA(), tooManyBlocks(), ui_draw_text(), usage(), userlist(), verr(), verrx(), WinHttpCrackUrl(), wpp_default_error(), write_JPEG_file(), write_stdout(), writeError(), xCall(), xmlMutexLock(), xsltApplyTemplates(), xsltChoose(), xsltCopyText(), xsltForEach(), xsltInitCtxtKey(), and yy_fatal_error().

{
#if 0
  HMODULE hmscoree;
  static const WCHAR mscoreeW[] = {'m','s','c','o','r','e','e',0};
  void (WINAPI *pCorExitProcess)(int);
#endif
  WARN("exit(%d) called\n",exitcode);
  _cexit();
#if 0 
  hmscoree = GetModuleHandleW(mscoreeW);

  if (hmscoree)
  {
    pCorExitProcess = (void*)GetProcAddress(hmscoree, "CorExitProcess");

    if (pCorExitProcess)
      pCorExitProcess(exitcode);
  }
#endif
  ExitProcess(exitcode);

}

Generated on Thu May 24 2012 06:05:42 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.