Desktop Functions: Smart Device Functions:
|
Search Results for "EntryPoint" in [All]dnsapi
<DllImport("dnsapi.dll", EntryPoint:="DnsFlushResolverCacheEntry_W", CharSet:=CharSet.Unicode)> _
<DllImport("dnsapi.dll", EntryPoint:="DnsFlushResolverCacheEntry_W", CharSet:=CharSet.Unicode)> _ 3: DnsQuery
[DllImport("dnsapi", EntryPoint = "DnsQueryEx", CharSet = CharSet.Unicode, SetLastError = true, ExactSpelling = true)]
[DllImport("dnsapi", EntryPoint = "DnsQueryEx", CharSet = CharSet.Unicode, SetLastError = true, ExactSpelling = true)] 4: DnsQueryEx
[DllImport("dnsapi", EntryPoint = "DnsQueryEx", CharSet = CharSet.Unicode, SetLastError = true, ExactSpelling = true)]
[DllImport("dnsapi", EntryPoint = "DnsQueryEx", CharSet = CharSet.Unicode, SetLastError = true, ExactSpelling = true)] kernel32
[DllImport("kernel32.dll", EntryPoint = "ReadConsoleInputW", CharSet = CharSet.Unicode)] 6: CreateEvent
EntryPoint:="CreateEventA")> _
[DllImport("kernel32.dll", EntryPoint = "CreateFile", SetLastError = true)]
[DllImport("kernel32.dll", EntryPoint = "PeekNamedPipe", SetLastError = true)]
<DllImport("kernel32.dll", CharSet:=CharSet.Unicode, EntryPoint:="EnumResourceNamesW", SetLastError:=True)> _
<DllImport("kernel32.dll", CharSet:=CharSet.Unicode, EntryPoint:="EnumResourceNamesW", SetLastError:=True)> _
<DllImport("kernel32.dll", CharSet:=CharSet.Unicode, EntryPoint:="EnumResourceNamesW", SetLastError:=True)> _
<DllImport("kernel32.dll", CharSet:=CharSet.Unicode, EntryPoint:="EnumResourceNamesW", SetLastError:=True)> _
[DllImport("kernel32.dll", EntryPoint = "EnumResourceNamesW", CharSet = CharSet.Unicode, SetLastError = true)]
[DllImport("kernel32.dll", EntryPoint = "EnumResourceNamesW", CharSet = CharSet.Unicode, SetLastError = true)]
<DllImport("kernel32.dll", EntryPoint:="ExpandEnvironmentStringsW", SetLastError:=true, CharSet:=CharSet.Unicode)> _
[DllImport("kernel32.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint="CreateFileW")]
<DllImport("Kernel32.dll", EntryPoint:="FormatMessageW", SetLastError:=True, CharSet:=CharSet.Unicode, CallingConvention:=CallingConvention.StdCall)> _
<DllImport("Kernel32.dll", EntryPoint:="FormatMessageW", SetLastError:=True, CharSet:=CharSet.Unicode, CallingConvention:=CallingConvention.StdCall)> _
<DllImport("Kernel32.dll", EntryPoint:="FormatMessageW", SetLastError:=True, CharSet:=CharSet.Unicode, CallingConvention:=CallingConvention.StdCall)> _ 12: FormatMessage
<DllImport("Kernel32.dll", EntryPoint:="FormatMessageW", SetLastError:=True, CharSet:=CharSet.Unicode, CallingConvention:=CallingConvention.StdCall)> _
<DllImport("Kernel32.dll", EntryPoint:="FormatMessageW", SetLastError:=True, CharSet:=CharSet.Unicode, CallingConvention:=CallingConvention.StdCall)> _
<DllImport("Kernel32.dll", EntryPoint:="FormatMessageW", SetLastError:=True, CharSet:=CharSet.Unicode, CallingConvention:=CallingConvention.StdCall)> _
<System.Runtime.InteropServices.DllImport("Kernel32.dll", EntryPoint:="FormatMessageW", SetLastError:=True, CharSet:=System.Runtime.InteropServices.CharSet.Unicode)> 13: FreeLibrary
<DllImport("kernel32.dll", SetLastError:=True, EntryPoint:="FreeLibrary")> _
[DllImport("kernel32.dll", SetLastError=true, EntryPoint="GetCompressedFileSize")]
[DllImport("kernel32.dll", EntryPoint = "GetConsoleOriginalTitleW", CharSet = CharSet.Unicode, SetLastError = true)] 16: GetConsoleTitle
[DllImport("kernel32.dll", EntryPoint = "GetConsoleTitle", CharSet = CharSet.Unicode, SetLastError = true)] catch (EntryPointNotFoundException) Otherwise, an unhandled exception of type 'System.EntryPointNotFoundException' is thrown.
[DllImport("KERNEL32.DLL", CharSet=CharSet::Auto, EntryPoint="GetPrivateProfileInt")]
<DllImport("kernel32.dll", SetLastError:=True, EntryPoint:="GetPrivateProfileIntA")> _
[DllImport("KERNEL32.DLL", CharSet=CharSet::Auto, EntryPoint="GetPrivateProfileString")] 21: GetProcAddress
[DllImport("KERNEL32.DLL", CharSet=CharSet::Ansi, EntryPoint="GetProcAddress", ExactSpelling=true)]
[DllImport("kernel32", SetLastError = true, EntryPoint = "GetProcAddress")] 22: GetShortPathName
[DllImport("kernel32.dll", CharSet = CharSet.Unicode, EntryPoint = "GetShortPathNameW", SetLastError = true)] 23: GetStartupInfo
[DllImport("kernel32.dll",EntryPoint="GetStartupInfoW")]
[DllImport("kernel32.dll", SetLastError = true, EntryPoint = "GetStartupInfoA")]
<DllImport("kernel32.dll", SetLastError:=true, EntryPoint:="GetSystemDirectoryW", CharSet:=CharSet.Unicode)> _ 25: GetTempPath Note that there are two entrypoints to GetTempPath in kernel32.dll called "GetTempPathA" and "GetTempPathW". So if you want to use GetTempPath you have to set the EntryPoint on the DllImport-Attribute as follows (C#): [DllImport("kernel32.dll", EntryPoint = "GetTempPathA")]
EntryPoint:="GetVolumePathNamesForVolumeNameW")> _
EntryPoint:="GetVolumePathNamesForVolumeNameW", _
EntryPoint:="GetVolumePathNamesForVolumeNameW")> _
EntryPoint:="GetVolumePathNamesForVolumeNameW", _
<DllImport("kernel32.dll", SetLastError:=true, EntryPoint:="GetWindowsDirectoryW", CharSet:=CharSet.Unicode)> _ 29: GlobalAlloc
<DllImport("KERNEL32.DLL", EntryPoint:="GlobalAlloc", _
[DllImport( "kernel32.dll", CharSet = CharSet.Auto, EntryPoint = "GlobalMemoryStatusEx", SetLastError = true )]
[DllImport( "kernel32.dll", CharSet = CharSet.Auto, EntryPoint = "GlobalMemoryStatusEx", SetLastError = true )] 32: IsProcessInJob [DllImport("kernel32.dll",EntryPoint="CreateJobObjectW", CharSet=CharSet.Unicode)] 33: LockResource
[DllImport("Kernel32.dll", EntryPoint = "FindResourceW", SetLastError = true, CharSet = CharSet.Unicode)]
[DllImport("Kernel32.dll", EntryPoint = "SizeofResource", SetLastError = true)]
[DllImport("Kernel32.dll", EntryPoint = "LoadResource", SetLastError = true)]
[DllImport("Kernel32.dll", EntryPoint = "LockResource")] 34: Module32First
(int)pm.EntryPointAddress, (int)pm.BaseAddress + pm.ModuleMemorySize, pm.ModuleName); 35: Module32Next
(int)pm.EntryPointAddress, (int)pm.BaseAddress + pm.ModuleMemorySize, pm.ModuleName); 36: MoveMemory
[DllImport("Kernel32.dll", EntryPoint="RtlMoveMemory", SetLastError=false)] <DllImport("kernel32.dll", EntryPoint:="RtlMoveMemory", SetLastError:=True, CharSet:=CharSet.Auto, ExactSpelling:=True, CallingConvention:=CallingConvention.StdCall)> _ 37: PeekConsoleInput
[DllImport("kernel32.dll", EntryPoint = "PeekConsoleInputW", CharSet = CharSet.Unicode, SetLastError = true)] 38: PeekNamedPipe
[DllImport("kernel32.dll", EntryPoint="PeekNamedPipe", SetLastError=true)] 39: QueryDosDevice
<DllImport("Kernel32.dll", EntryPoint:="QueryDosDevice")> 40: ReadConsoleInput
[DllImport("kernel32.dll",EntryPoint="ReadConsoleInputW",CharSet=CharSet.Unicode)]
<DllImport("kernel32.dll", SetLastError=true, EntryPoint="ReadProcessMemory")> _
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1400:PInvokeEntryPointsShouldExist"),
DllImport(s_kernel32, EntryPoint = "RtlAddFunctionTable", CallingConvention = CallingConvention.Cdecl)] 43: UpdateResource
<DllImport("kernel32.dll", EntryPoint:="UpdateResource", SetLastError:=True)> _
[DllImport( "kernel32.dll", EntryPoint = "WaitForDebugEvent" )] 45: WOW64
<DllImport("kernel32.dll", EntryPoint:="Wow64GetThreadContext"), SuppressUnmanagedCodeSecurity> _
[DllImport("kernel32.dll", EntryPoint = "WriteConsoleInputW", CharSet = CharSet.Unicode, SetLastError = true)]
[DllImport("KERNEL32.DLL", CharSet=CharSet::Auto, EntryPoint="WritePrivateProfileSection")]
[DllImport("KERNEL32.DLL", CharSet=CharSet::Auto, EntryPoint="WritePrivateProfileString")] 49: ZeroMemory
[DllImport("Kernel32.dll", EntryPoint="RtlZeroMemory", SetLastError=false)] wtsapi32
EntryPoint:="WTSEnumerateSessions", _
EntryPoint:="WTSEnumerateSessions", _ avifil3251: AVIGetStreamInfo
[DllImport("avifil32.dll", EntryPoint="AVIStreamInfo")] 52: AVIStreamRead
<DllImport("avifil32.dll", entrypoint:="AVIStreamReadFormat")> _
<DllImport("avifil32.dll", entrypoint:="AVIStreamReadFormat")> _ msi54: MsiEnumPathesEx
[DllImport("msi.dll", EntryPoint="MsiEnumPatchesExW", 55: MsiEnumProducts
EntryPoint="MsiEnumProductsExW",
EntryPoint="MsiEnumProductsExW", opengl32
[DllImport("opengl32", EntryPoint = "wglUseFontOutlines", CallingConvention=CallingConvention.Winapi)] coredll
[DllImport("coredll.dll", EntryPoint="CeClearUserNotification", SetLastError=true)]
[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationPreferences", SetLastError=true)]
[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationHandles", SetLastError=true)] Cut off search results after 60. Please refine your search. |