Desktop Functions: Smart Device Functions:
|
Search Results for "EntryPoint" in [All]misc1: Comments [DllImport(“coredll.dll”, EntryPoint="CPAcquireContext", SetLastError=true)] [DllImport(“advapi32.dll”, EntryPoint="CPAcquireContext", SetLastError=true)] user322: BlockInput
<DllImport("user32.dll", EntryPoint:="BlockInput", SetLastError:=True, CharSet:=CharSet.Auto, CallingConvention:=CallingConvention.StdCall)>
<DllImport("user32.dll", EntryPoint:="BlockInput", SetLastError:=True, CharSet:=CharSet.Auto, CallingConvention:=CallingConvention.StdCall)>
[DllImport("user32.dll", EntryPoint="CreateDesktop", CharSet=CharSet.Unicode, SetLastError=true)]
[DllImport("user32.dll", EntryPoint="CloseDesktop", CharSet = CharSet.Unicode, SetLastError = true)]
<DllImport("user32.dll", EntryPoint:="CreateDesktop", CharSet:=CharSet.Unicode, SetLastError:=True)> _
<DllImport("user32.dll", EntryPoint:="CloseDesktop", CharSet:=CharSet.Unicode, SetLastError:=True)> _ 4: CreateWindow
[DllImport("user32.dll", EntryPoint="CreateWindowStation", CharSet=CharSet.Unicode, SetLastError=true)] [DllImport("user32.dll", EntryPoint="DdeCreateStringHandleA")]
[DllImport("user32.dll", EntryPoint = "GetWindowText",
[DllImport("user32.dll", EntryPoint = "EnumDesktopWindows",
<DllImport("user32.dll", EntryPoint:="EnumDisplayDevices", CharSet:=CharSet.Auto, CallingConvention:=CallingConvention.StdCall)> _ 8: EnumWindows <DllImport("user32.dll", EntryPoint:="EnumWindowStations", _ <DllImport("user32.dll", EntryPoint:="EnumWindowStations", _ 10: GetClassLong
[DllImport("user32.dll", EntryPoint="GetClassLong")]
[DllImport("user32.dll", EntryPoint="GetClassLongPtr")]
<DllImport("user32.dll", EntryPoint:="GetClassLong")> _
<DllImport("user32.dll", EntryPoint:="GetClassLongPtr")> _ 11: GetClassLongPtr
[DllImport("user32.dll", EntryPoint="GetClassLong")]
[DllImport("user32.dll", EntryPoint="GetClassLongPtr")]
<DllImport("user32.dll", EntryPoint:="GetClassLong")> _
<DllImport("user32.dll", EntryPoint:="GetClassLongPtr")> _ 12: GetIconInfo
<System.Runtime.InteropServices.DllImportAttribute("user32.dll", EntryPoint:="GetIconInfo")> _
[DllImport("gdi32.dll", EntryPoint = "DeleteObject")]
EntryPOint:="GetRawInputDeviceList", SetLastError:=True)> _ 14: GetScrollBarInfo
[DllImport( "user32.dll", SetLastError=true, EntryPoint="GetScrollBarInfo")] 15: GetWindowLong On this platform this function is in fact a macro that calls GetWindowLong, so the EntryPoint property has to be set to the real function:
[DllImport("user32.dll", EntryPoint="GetWindowLong")]
<DllImport("user32.dll", EntryPoint:="GetWindowLong")> _
[DllImport("user32.dll", EntryPoint="GetWindowLongPtr")]
<DllImport("user32.dll", EntryPoint:="GetWindowLongPtr")> _
[DllImport("user32.dll", EntryPoint="GetWindowLong")]
[DllImport("user32.dll", EntryPoint="GetWindowLongPtr")]
<DllImport("user32.dll", EntryPoint:="GetWindowLong")> _
<DllImport("user32.dll", EntryPoint:="GetWindowLongPtr")> _ 16: GetWindowLongPtr On this platform this function is in fact a macro that calls GetWindowLong, so the EntryPoint property has to be set to the real function:
[DllImport("user32.dll", EntryPoint="GetWindowLong")]
<DllImport("user32.dll", EntryPoint:="GetWindowLong")> _
[DllImport("user32.dll", EntryPoint="GetWindowLongPtr")]
<DllImport("user32.dll", EntryPoint:="GetWindowLongPtr")> _
[DllImport("user32.dll", EntryPoint="GetWindowLong")]
[DllImport("user32.dll", EntryPoint="GetWindowLongPtr")]
<DllImport("user32.dll", EntryPoint:="GetWindowLong")> _
<DllImport("user32.dll", EntryPoint:="GetWindowLongPtr")> _ 17: keybd_event
CharSet:=CharSet.Unicode, EntryPoint:="keybd_event", _
CharSet:=CharSet.Unicode, EntryPoint:="keybd_event", _ 18: MessageBox <DllImport("user32.dll", EntryPoint:="MessageBoxTimeoutA", setLastError:=True, CharSet:= CharSet.Unicode)> _ 19: OemToChar
EntryPoint:="OemToChar", _ <DllImport("user32.dll", EntryPoint:="PostThreadMessageW", ExactSpelling:=True)> _
[DllImport(@"User32", SetLastError=true, EntryPoint = "RegisterPowerSettingNotification",
DllImport("user32.dll", EntryPoint = "RegisterWindowMessageW", SetLastError = true)] 23: SendMessage
[DllImport("user32.dll", EntryPoint = "SendMessageTimeout", SetLastError=true, CharSet=CharSet.Auto)]
[DllImport("user32.dll", EntryPoint = "SendMessageTimeout", CharSet = CharSet.Auto)]
[DllImport("user32.dll", EntryPoint = "SendMessageTimeout", SetLastError=true, CharSet=CharSet.Auto)] 25: SetClassLong
[DllImport("user32.dll", EntryPoint="SetClassLong")]
[DllImport("user32.dll", EntryPoint="SetClassLongPtr")]
<DllImport("user32.dll", EntryPoint:="SetClassLongPtrA", SetLastError:=True, CharSet:=CharSet.Ansi)> _ 26: SetClassLongPtr
[DllImport("user32.dll", EntryPoint="SetClassLong")]
[DllImport("user32.dll", EntryPoint="SetClassLongPtr")] 27: SetWindowLong
[DllImport("user32.dll", EntryPoint="SetWindowLong")]
[DllImport("user32.dll", EntryPoint="SetWindowLongPtr")]
<System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint:="SetWindowLong")> _
<System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint:="SetWindowLongPtr")> _ 28: SetWindowLongPtr
[DllImport("user32.dll", EntryPoint="SetWindowLong")]
[DllImport("user32.dll", EntryPoint="SetWindowLongPtr")]
<System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint:="SetWindowLong")> _
<System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint:="SetWindowLongPtr")> _ 29: SetWinEventHook
<System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint:="SetWinEventHook")> _
[DllImport("user32.dll", EntryPoint="SystemParametersInfo", SetLastError = true)]
[DllImport("user32.dll", EntryPoint="SystemParametersInfo", SetLastError = true)]
[DllImport("user32.dll", EntryPoint = "SystemParametersInfo")] 32: TileWindows <System.Runtime.InteropServices.DllImportAttribute("user32.dll", EntryPoint:="TileWindows")> _ 33: UIntPtr
[DllImport("msvcrt.dll", EntryPoint = "memcpy", CallingConvention = CallingConvention.Cdecl, SetLastError = false)]
[DllImport(@"User32", EntryPoint = "UnregisterPowerSettingNotification", setupapi
EntryPoint:="SetupDiDestroyDeviceInfoList", _
EntryPoint:="SetupDiEnumDeviceInfo", _
EntryPoint:="SetupDiGetClassDevsW", _
EntryPoint:="SetupDiGetClassDevsW", _
EntryPoint:="SetupDiOpenClassRegKeyExW", _ mpr
// [DllImport("Mpr.dll", EntryPoint="WNetAddConnection2", CallingConvention=CallingConvention.Winapi)] aygshell
[DllImport("coredll.dll", EntryPoint = "??_V@YAXPAXABUnothrow_t@std@@@Z")]
[DllImport("aygshell.dll", EntryPoint = "#155", SetLastError = true)] iphlpapi42: AddIPAddress
[DllImport("iphlpapi.dll", EntryPoint = "AddIPAddress", SetLastError = true)] 43: EnableRouter
<DllImport("kernel32.dll", EntryPoint:="CreateEventA", CharSet:=CharSet.Unicode)> 44: GetAdaptersInfo
<DllImport("iphlpapi.dll", EntryPoint:="GetAdaptersInfo", CharSet:=CharSet.Ansi)> _ 45: GetIpAddrTable
[DllImport(S"IPHLPAPI.DLL", EntryPoint=S"GetIpAddrTable", SetLastError=true, CharSet=CharSet::Unicode, ExactSpelling=true)] 46: GetIpNetTable
[DllImport("iphlpapi.dll", EntryPoint="GetIpNetTable")] 47: MIB_IPNETROW
[DllImport("Iphlpapi.dll", EntryPoint="GetIpNetTable")]
[DllImport("Iphlpapi.dll", EntryPoint = "PfAddFiltersToInterface")]
[DllImport("iphlpapi.dll", EntryPoint = "PfBindInterfaceToIPAddress")]
[DllImport("Iphlpapi.dll", EntryPoint = "PfCreateInterface")]
[DllImport("iphlpapi.dll", EntryPoint = "PfDeleteInterface")]
[DllImport("iphlpapi.dll", EntryPoint = "PfRemoveFiltersFromInterface")] 53: PfTestPacket
[DllImport("iphlpapi.dll", EntryPoint = "PfTestPacket")] rapi54: CeRegEnumValue
[DllImport("rapi.dll", EntryPoint = "CeRegEnumValue")] irprops
[DllImportAttribute("irprops.cpl", EntryPoint="BluetoothEnableDiscovery", SetLastError=true)] winspool56: ClosePrinter
<DllImport("winspool.drv", EntryPoint:="ClosePrinter", _
[DllImport("winspool.Drv", EntryPoint = "DocumentPropertiesW", SetLastError = true, ExactSpelling = true, CallingConvention = CallingConvention.StdCall)]
<DllImport("winspool.Drv", EntryPoint:="DocumentPropertiesW", SetLastError:=True, ExactSpelling:=True, CallingConvention:=CallingConvention.StdCall)> _ 58: EnumJobs
[DllImport("Winspool.drv", SetLastError=true, EntryPoint="EnumJobsA")] [DllImport("winspool.drv", EntryPoint="EnumPrintProcessorDatatypes")]
EntryPoint = "FindFirstPrinterChangeNotification", Cut off search results after 60. Please refine your search. |