Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "EntryPoint" in [All]

winmm

.

   [DllImport("winmm.dll", EntryPoint="mixerGetDevCaps", SetLastError=true)]

.

   <DllImport("winmm.dll", EntryPoint:="mixerGetDevCaps", SetLastError:=True)> _

.

       [DllImport("winmm.dll", EntryPoint = "mixerGetNumDevs")]

.

       [DllImport("winmm.dll", EntryPoint = "mixerGetDevCaps", SetLastError = true)]

.

[DllImport("winmm.dll", EntryPoint="timeBeginPeriod")]

.

[DllImport("winmm.dll", EntryPoint="timeEndPeriod")]

.

[DllImport("winmm.dll", EntryPoint="timeGetTime")]

.

<DllImport("winmm.dll", EntryPoint := "timeGetTime")> _

.

[DllImport ("winmm.dll", EntryPoint="waveInAddBuffer", SetLastError=true)]

.

      [DllImport ("winmm.dll", EntryPoint="waveOutGetErrorText", SetLastError=true, CharSet=CharSet.Auto)]

msi

.

        [DllImport("msi.dll", EntryPoint="MsiEnumPatchesExW",

.

        EntryPoint="MsiEnumProductsExW",

.

        EntryPoint="MsiEnumProductsExW",

twain_32

.

[DllImport("twain_32.dll", EntryPoint="#1")]

gdiplus

.

<DllImport("gdiplus.dll", EntryPoint:="GdiplusStartup", _

urlmon

.

[DllImport("kernel32.dll", EntryPoint = "CopyMemory", SetLastError = false)]

.

<DllImport("kernel32.dll", SetLastError:= True, EntryPoint:= "CopyMemory")>

.

     [DllImport("kernel32.dll", SetLastError=true, EntryPoint="CopyMemory")

.

    [DllImport("URLMON.DLL", EntryPoint = "URLDownloadToFileW", SetLastError = true,

user32

.

    <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)> _

.

[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)> _

.

<DllImport("user32.dll", EntryPoint:="EnumWindowStations", _

.

<DllImport("user32.dll", EntryPoint:="EnumWindowStations", _

.

[DllImport("user32.dll", EntryPoint="GetClassLong")]

.

[DllImport("user32.dll", EntryPoint="GetClassLongPtr")]

.

<DllImport("user32.dll", EntryPoint:="GetClassLong")> _

.

<DllImport("user32.dll", EntryPoint:="GetClassLongPtr")> _

.

[DllImport("user32.dll", EntryPoint="GetClassLong")]

.

[DllImport("user32.dll", EntryPoint="GetClassLongPtr")]

.

<DllImport("user32.dll", EntryPoint:="GetClassLong")> _

.

<DllImport("user32.dll", EntryPoint:="GetClassLongPtr")> _

.

   <System.Runtime.InteropServices.DllImportAttribute("user32.dll", EntryPoint:="GetIconInfo")>  _

.

    [DllImport("gdi32.dll", EntryPoint = "DeleteObject")]

.

    EntryPOint:="GetRawInputDeviceList", SetLastError:=True)> _

.

[DllImport( "user32.dll", SetLastError=true,  EntryPoint="GetScrollBarInfo")]

.

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")> _

.

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")> _

.

           CharSet:=CharSet.Unicode, EntryPoint:="keybd_event", _

.

           CharSet:=CharSet.Unicode, EntryPoint:="keybd_event", _

.

<DllImport("user32.dll", EntryPoint:="MessageBoxTimeoutA", setLastError:=True, CharSet:= CharSet.Unicode)> _

.

    EntryPoint:="OemToChar", _

.

<DllImport("user32.dll", EntryPoint:="PostThreadMessageW", ExactSpelling:=True)> _

.

    [DllImport(@"User32", SetLastError=true, EntryPoint = "RegisterPowerSettingNotification",

.

    DllImport("user32.dll", EntryPoint = "RegisterWindowMessageW", SetLastError = true)]

.

[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)]

.

[DllImport("user32.dll", EntryPoint="SetClassLong")]

.

[DllImport("user32.dll", EntryPoint="SetClassLongPtr")]

.

<DllImport("user32.dll", EntryPoint:="SetClassLongPtrA", SetLastError:=True, CharSet:=CharSet.Ansi)> _

.

[DllImport("user32.dll", EntryPoint="SetClassLong")]

.

[DllImport("user32.dll", EntryPoint="SetClassLongPtr")]

.

[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")> _

.

[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")> _

.

    <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")]

.

<System.Runtime.InteropServices.DllImportAttribute("user32.dll", EntryPoint:="TileWindows")> _

.

[DllImport("msvcrt.dll", EntryPoint = "memcpy", CallingConvention = CallingConvention.Cdecl, SetLastError = false)]

.

    [DllImport(@"User32", EntryPoint = "UnregisterPowerSettingNotification",

ipaqutil

.

[DllImport("iPAQUtil.dll", EntryPoint = "iPAQGetSerialNumber")]

printui

.
Summary
PrintUIEntryW is the main entrypoint to the printer configuration functions in the PrintUI.dll.

oleaut32

.

[DllImport("oleaut32.dll", EntryPoint = "UnRegisterTypeLib", CharSet = CharSet.Auto, SetLastError = true)]

.

<DllImport("MSVCRT.DLL", EntryPoint:="memset", CharSet:=CharSet.Auto, CallingConvention:=CallingConvention.Cdecl)>

wtsapi32

.

    EntryPoint:="WTSEnumerateSessions", _

.

    EntryPoint:="WTSEnumerateSessions", _

hid

.

[DllImport("hid.dll", EntryPoint="HidD_GetHidGuid", SetLastError=true)]

rapi

.

[DllImport("rapi.dll", EntryPoint = "CeRegEnumValue")]

psapi

.

     public IntPtr EntryPoint;

.

    [DllImport( "psapi.dll", CharSet = CharSet.Auto, EntryPoint = "GetPerformanceInfo", SetLastError = true )]

coredll

.

[DllImport("coredll.dll", EntryPoint="CeClearUserNotification", SetLastError=true)]  

.

[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationPreferences", SetLastError=true)]  

.

[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationHandles", SetLastError=true)]  

.

[DllImport("coredll.dll", EntryPoint="CeGetUserNotificationPreferences", SetLastError=true)]  

.

[DllImport("coredll.dll", EntryPoint="CeHandleAppNotifications", SetLastError=true)]  

Cut off search results after 60. Please refine your search.


 
Access PInvoke.net directly from VS: