ReactOS 0.4.15-dev-8636-g945e856
|
#include "dbghelp_private.h"
Go to the source code of this file.
Variables | |
static const ULONG | CrcTable [256] |
Definition at line 146 of file compat.c.
HANDLE __CreateFileW | ( | LPCWSTR | lpFileName, |
DWORD | dwDesiredAccess, | ||
DWORD | dwShareMode, | ||
LPSECURITY_ATTRIBUTES | lpSecurityAttributes, | ||
DWORD | dwCreationDisposition, | ||
DWORD | dwFlagsAndAttributes, | ||
HANDLE | hTemplateFile | ||
) |
Definition at line 152 of file compat.c.
HANDLE __FindExecutableImageExW | ( | PCWSTR | file, |
PCWSTR | path, | ||
PWSTR | out_buffer, | ||
PFIND_EXE_FILE_CALLBACKW | x, | ||
PVOID | y | ||
) |
Definition at line 286 of file compat.c.
BOOL __GetFileSizeEx | ( | HANDLE | file, |
PLARGE_INTEGER | fsize | ||
) |
Definition at line 138 of file compat.c.
Definition at line 194 of file compat.c.
INT __MultiByteToWideChar | ( | UINT | page, |
DWORD | flags, | ||
LPCSTR | src, | ||
INT | srclen, | ||
LPWSTR | dst, | ||
INT | dstlen | ||
) |
Definition at line 263 of file compat.c.
PVOID __RtlImageDirectoryEntryToData | ( | PVOID | BaseAddress, |
BOOLEAN | MappedAsImage, | ||
USHORT | Directory, | ||
PULONG | Size | ||
) |
Definition at line 102 of file compat.c.
PIMAGE_NT_HEADERS __RtlImageNtHeader | ( | void * | data | ) |
Definition at line 34 of file compat.c.
PIMAGE_SECTION_HEADER __RtlImageRvaToSection | ( | const IMAGE_NT_HEADERS * | NtHeader, |
PVOID | BaseAddress, | ||
ULONG | Rva | ||
) |
Definition at line 49 of file compat.c.
PVOID __RtlImageRvaToVa | ( | const IMAGE_NT_HEADERS * | NtHeader, |
PVOID | BaseAddress, | ||
ULONG | Rva, | ||
PIMAGE_SECTION_HEADER * | SectionHeader | ||
) |
INT __WideCharToMultiByte | ( | UINT | page, |
DWORD | flags, | ||
LPCWSTR | src, | ||
INT | srclen, | ||
LPSTR | dst, | ||
INT | dstlen, | ||
LPCSTR | defchar, | ||
BOOL * | used | ||
) |
Definition at line 296 of file compat.c.
Referenced by context_dump_fbo_attachment(), dbgstr_tag(), dbgstr_type_info(), debug_box(), debug_color(), debug_d3dshaderinstructionhandler(), debug_d3dstate(), debug_d3dusage(), debug_d3dusagequery(), debug_fboattachment(), debug_gl_shader_type(), debug_hlsl_type(), debug_ivec4(), debug_modifiers(), debug_print_dstreg(), debug_print_relarg(), debug_print_srcreg(), debug_print_swizzle(), debug_print_writemask(), debug_uvec4(), debug_vec4(), debug_wic_rect(), debug_writemask(), debuglvhittestinfo(), debugnmlistview(), debugrange(), debugstr_bindstatus(), debugstr_chunk(), debugstr_dmversion(), debugstr_filetime(), debugstr_flags(), debugstr_formatetc(), debugstr_fourcc(), debugstr_INTERPRETER_OPT_FLAGS(), debugstr_jsstr(), debugstr_jsval(), debugstr_nodetype(), debugstr_pointf(), debugstr_PROC_PF(), debugstr_protocol_flags(), debugstr_reader_prop(), debugstr_rectf(), debugstr_sid(), debugstr_sqllen(), debugstr_sqlulen(), debugstr_status_info(), debugstr_user_flags(), debugstr_version(), debugstr_writer_prop(), device_io(), dump_fmtetc(), dumpCooperativeLevel(), DumpEvent(), dwarf2_debug_ctx(), dwarf2_debug_di(), dwarf2_debug_traverse_ctx(), filetime_to_str(), get_regname(), hex_str(), MCI_MessageToString(), shdebugstr_guid(), SPY_GetMsgName(), wine_dbgstr_addr(), wine_dbgstr_fcc(), wine_dbgstr_icerr(), wined3d_debug_location(), and wined3d_debug_resource_access().
Definition at line 367 of file compat.c.
Referenced by _test_hkey_main_Value_W(), check_output_raw(), get_token(), map_type(), mqr_GetMetadataByName(), SoftModalMessageBox(), START_TEST(), tally_test_file(), test_flags_NtQueryDirectoryFile(), test_GetStateText(), test_IdnToAscii(), test_IdnToNameprepUnicode(), test_IdnToUnicode(), Test_ImageSection(), test_IMLangConvertCharset(), test_IWinHttpRequest(), test_marshal_bstr(), test_NtQueryDirectoryFile(), test_NtQueryDirectoryFile_case(), test_NtQueryKey(), test_query_attribute_information_file(), test_readdirectorychanges_cr(), test_reg_query_info(), test_RtlUTF8ToUnicodeN(), test_saxstr(), test_SQLGetPrivateProfileStringW(), test_string_data(), test_string_data_process(), test_utf7_decoding(), Widget_bstr(), and wine_dbgstr_us().
Definition at line 438 of file compat.c.
Referenced by __RtlComputeCrc32().