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]

crypt32

.

[DllImport("CRYPT32.DLL", EntryPoint = "CertAddEncodedCertificateToStore", CharSet = CharSet.Auto, SetLastError = true)]

.

[DllImport("CRYPT32.DLL", EntryPoint="CertCloseStore", CharSet=CharSet.Auto, SetLastError=true)]

.

     [DllImport("Crypt32.DLL", EntryPoint="CertCreateCertificateContext",

.

[DllImport("CRYPT32.DLL", EntryPoint="CertEnumCertificatesInStore", CharSet=CharSet.Auto, SetLastError=true)]

.

     <DllImport("crypt32.dll", EntryPoint:="CertEnumCertificatesInStore", CharSet:=CharSet.Auto, SetLastError:=True)> _

.

[DllImport("crypt32.dll", EntryPoint = "CertGetNameString", CharSet = CharSet.Auto, SetLastError = true)]

.

    [DllImport("crypt32.dll", SetLastError = true, EntryPoint = "CertNameToStr")]

.

[DllImport("CRYPT32.DLL", EntryPoint="CertOpenStore", CharSet=CharSet.Auto, SetLastError=true)]

.

[DllImport("CRYPT32.DLL", EntryPoint="CertOpenStore", CharSet=CharSet.Auto, SetLastError=true)]

.

    [DllImport("CRYPT32.DLL", EntryPoint = "CryptQueryObject", CharSet = CharSet.Auto, SetLastError = true)]

mapi32

.

[DllImport(@"C:\Program Files\Microsoft Office\Office15\OLMAPI32.dll", EntryPoint = "HrGetAutoDiscoverXML", CharSet = CharSet.Unicode)]

.

[DllImport(@"C:\Program Files\Microsoft Office\Office15\OLMAPI32.dll", EntryPoint = "MAPIInitialize", CharSet = CharSet.Unicode)]

.

[DllImport(@"C:\Program Files\Microsoft Office\Office15\OLMAPI32.dll", EntryPoint = "MAPIUninitialize", CharSet = CharSet.Unicode)]

credui

.

[DllImport("credui.dll", EntryPoint="CredUIConfirmCredentialsW", CharSet = CharSet.Unicode)]

.

[DllImport("credui.dll", EntryPoint="CredUIParseUserNameW", CharSet=CharSet.Unicode)]

.

    <System.Runtime.InteropServices.DllImport("credui.dll", EntryPoint:="CredUIPromptForWindowsCredentials", CharSet:=CharSet.Unicode)> <CLSCompliant(False)> _

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",

netapi32

.

     [DllImport("Netapi32.dll",EntryPoint="NetApiBufferFree")]

.

[DllImport("Netapi32.dll", EntryPoint = "DsGetDcNextW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]

.

[DllImport("Netapi32.dll", EntryPoint = "DsGetDcOpenW", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]

.

    [DllImport("Netapi32.dll", EntryPoint = "NetRemoteComputerSupports", CharSet = CharSet.Unicode)]

.

    [DllImport("Netapi32.dll", EntryPoint = "NetRemoteComputerSupports", CharSet = CharSet.Unicode)]

.

        [DllImport( "netapi32.dll" , EntryPoint="NetRemoteTOD",  SetLastError=true,

.

[DllImport("netapi32.dll",EntryPoint="NetServerEnum")]

.

[DllImport("netapi32.dll",EntryPoint="NetApiBufferFree")]

.

        [DllImport("netapi32.dll",EntryPoint="NetServerEnum")]

.

        [DllImport("netapi32.dll",EntryPoint="NetApiBufferFree")]

gdiplus

.

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

winfax

.

[DllImport("winfax.dll", SetLastError = true, EntryPoint = "FaxCompleteJobParamsW")]

.

[DllImport("winfax.dll", SetLastError = true, EntryPoint = "FaxCompleteJobParamsW")]

.

Be careful ! Don't miss the EntryPoint attribute, beacause string in structures will be in bad format (ANSI).

winspool

.

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

.

[DllImport("Winspool.drv", SetLastError=true, EntryPoint="EnumJobsA")]

.

[DllImport("winspool.drv", EntryPoint="EnumPrintProcessorDatatypes")]

.

    EntryPoint = "FindFirstPrinterChangeNotification",

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


 
Access PInvoke.net directly from VS: