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]

iphlpapi

.

      [DllImport("iphlpapi.dll", EntryPoint = "AddIPAddress", SetLastError = true)]

.

    <DllImport("kernel32.dll", EntryPoint:="CreateEventA", CharSet:=CharSet.Unicode)>

.

<DllImport("iphlpapi.dll", EntryPoint:="GetAdaptersInfo", CharSet:=CharSet.Ansi)> _

.

[DllImport(S"IPHLPAPI.DLL", EntryPoint=S"GetIpAddrTable", SetLastError=true, CharSet=CharSet::Unicode, ExactSpelling=true)]

.

[DllImport("iphlpapi.dll", EntryPoint="GetIpNetTable")]

.

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

.

    [DllImport("iphlpapi.dll", EntryPoint = "PfTestPacket")]

msvcrt

13: memcpy
.

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

.

    <DllImport("msvcrt.dll", EntryPoint:="memcpy", CallingConvention:=CallingConvention.Cdecl)> _

14: memset
.

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

.

<DllImport("msvcrt.dll", EntryPoint := "memset", CallingConvention := CallingConvention.Cdecl, SetLastError := False)> _

comctl32

.

     <DllImport("Comctl32.dll", EntryPoint:="#383", _

.

<DllImport("Comctl32.dll", EntryPoint:="#383", _

.

[DllImport( "comctl32.dll", EntryPoint = "InitCommonControlsEx", CallingConvention = CallingConvention.StdCall)]

Structures

.

        public uint AddressOfEntryPoint;

.

        public uint AddressOfEntryPoint;

.

    ''' this entrypoint is called during process initialization and shutdown and  

.

    Public AddressOfEntryPoint As UInt32

.

    ' entrypoint is called during process initialization and shutdown and during thread creations/

.

    AddressOfEntryPoint As Long

.

    ' entrypoint is called during process initialization and shutdown and during thread creations/

.

    AddressOfEntryPoint As Long

.

    public uint AddressOfEntryPoint;

.

    Public AddressOfEntryPoint As UInt32

.

    <DllImport("Comctl32.dll", EntryPoint:="#383", _

.

[DllImport("winspool.drv", EntryPoint="StartDocPrinterW", SetLastError=true,

.

[DllImport("winspool.drv", EntryPoint="StartDocPrinterA", SetLastError=true,

misc

.

[DllImport(“coredll.dll”, EntryPoint="CPAcquireContext", SetLastError=true)]

.

[DllImport(“advapi32.dll”, EntryPoint="CPAcquireContext", SetLastError=true)]

advapi32

.

    [DllImport("advapi32.dll", SetLastError=true, EntryPoint="ClearEventLog")]

.

     [DllImport ("advapi32.dll", EntryPoint = "OpenSCManagerW", ExactSpelling = true, CharSet = CharSet.Unicode, SetLastError = true)]

.

     [DllImport ("advapi32.dll", EntryPoint = "QueryServiceStatus", CharSet = CharSet.Auto)]

.

    [DllImport("advapi32.dll", EntryPoint = "GetLengthSid", CharSet = CharSet.Auto)]

.

    [DllImport("advapi32.dll", EntryPoint = "CredDeleteW", CharSet = CharSet.Unicode)]

.

    [DllImport("advapi32.dll", EntryPoint = "CredDeleteW", CharSet = CharSet.Unicode)]

.

[DllImport("advapi32.dll", EntryPoint="CredReadW", CharSet = CharSet.Unicode, SetLastError=true)]

.

        [DllImport("Advapi32.dll", EntryPoint = "CredReadW", CharSet = CharSet.Unicode, SetLastError = true)]

.

[DllImport("Advapi32.dll", SetLastError=true, EntryPoint="CredWriteW", CharSet=CharSet.Unicode)]

.

[DllImport("Advapi32.dll", SetLastError=true, EntryPoint="CredWriteW", CharSet=CharSet.Unicode)]

.

[DllImport("advapi32.dll", EntryPoint = "CryptEnumProviders", SetLastError = true)]

.

[DllImport("Advapi32.dll", EntryPoint = "CryptReleaseContext", CharSet = CharSet.Unicode, SetLastError = true)]

.

        [DllImport("advapi32.dll", EntryPoint="OpenSCManagerW", ExactSpelling=true, CharSet=CharSet.Unicode, SetLastError=true)]

.

static extern TODO EntryPoint(TODO);

.

Declare Function EntryPoint Lib "advapi32.dll" (TODO) As TODO

.
Documentation
[EntryPoint] on MSDN
.

[DllImport("advapi32.dll", EntryPoint="EnumDependentServicesW", ExactSpelling=true, SetLastError=true)]

.

<DllImport("advapi32.dll", EntryPoint:="GetUserNameW", SetLastError:=True)> _

.

        <DllImport("advapi32.dll", EntryPoint:="GetUserNameA", SetLastError:=True)> _

.

[DllImport("advapi32.dll", EntryPoint="OpenBackupEventLog")]

.

    [DllImport("advapi32.dll", EntryPoint="OpenSCManagerW", ExactSpelling=true, CharSet=CharSet.Unicode, SetLastError=true)]

.

[DllImport( "advapi32.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "QueryServiceConfig2W" )]

.

    [DllImport( "advapi32.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "QueryServiceConfig2W" )]

.

[DllImport( "advapi32.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "QueryServiceConfig2W" )]

.

    [DllImport( "advapi32.dll", CharSet = CharSet.Unicode, SetLastError = true, EntryPoint = "QueryServiceConfig2W" )]

.

[DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Auto, EntryPoint = "ReadEventLog")]

.

[DllImport("advapi32.dll", EntryPoint = "RegDeleteKeyEx", SetLastError = true)]

.

[DllImport("advapi32.dll", EntryPoint = "RegDeleteKeyEx", SetLastError = true)]

.

[DllImport("advapi32.dll",EntryPoint="RegDeleteTree", SetLastError=true)]

.

[DllImport("advapi32.dll", EntryPoint = "RegEnumKeyEx")]

.

        [DllImport("Advapi32.dll", EntryPoint = "RegGetValueW", CharSet = CharSet.Unicode, SetLastError = true)]

.

        [DllImport("Advapi32.dll", EntryPoint = "RegGetValueW", CharSet = CharSet.Unicode, SetLastError = true)]

.

[DllImport("advapi32", EntryPoint = "RegisterTraceGuidsW", CharSet = CharSet.Unicode, ExactSpelling = true)]

.

[DllImport("advapi32", EntryPoint = "RegisterTraceGuidsW", CharSet = CharSet.Unicode, ExactSpelling = true)]

.

[DllImport("advapi32.dll", CharSet = CharSet.Unicode, EntryPoint = "RegQueryValueExW", SetLastError = true)]

.

[DllImport("advapi32.dll", CharSet = CharSet.Unicode, EntryPoint = "RegQueryValueExW", SetLastError = true)]

.

<DllImportAttribute("advapi32.dll", EntryPoint:="SetSecurityDescriptorDacl")>

.

[DllImport("advapi32.dll", EntryPoint = "TreeSetNamedSecurityInfoW", SetLastError = true, CharSet = CharSet.Unicode)]

.

    <DllImport("mpr.dll", Entrypoint:="WNetGetUniversalName", CharSet:=CharSet.Auto, SetLastError:=False)> _

.

       <DllImport("mpr.dll", Entrypoint:="WNetGetUniversalName", CharSet:=CharSet.Unicode, SetLastError:=False)> _

mpr

.

  //    [DllImport("Mpr.dll", EntryPoint="WNetAddConnection2", CallingConvention=CallingConvention.Winapi)]

wininet

.

        EntryPoint = "DeleteUrlCacheEntryA",

.

      EntryPoint:="DeleteUrlCacheEntryA", _

.

    [DllImport(@"wininet", SetLastError = true, CharSet = CharSet.Auto, EntryPoint = "DeleteUrlCacheGroup", CallingConvention = CallingConvention.StdCall)]

.

       EntryPoint:="DeleteUrlCacheGroup", _

.

[DllImport(@"wininet",SetLastError=true,CharSet=CharSet.Auto,EntryPoint="FindFirstUrlCacheEntryA",CallingConvention=CallingConvention.StdCall)]

.

       EntryPoint:="FindFirstUrlCacheEntryA", _

.

       EntryPoint:="FindFirstUrlCacheGroup", _

.

        EntryPoint:="FindNextUrlCacheEntryA", _

.

       EntryPoint:="FindNextUrlCacheGroup", _

.

    [DllImport("wininet.dll", EntryPoint = "InternetConnectW", CharSet = CharSet.Auto, SetLastError = true)]

.

    [DllImport("wininet.dll", EntryPoint = "InternetOpenW", CharSet = CharSet.Auto, SetLastError = true)]

.

    [DllImport("wininet.dll", EntryPoint = "FtpPutFile")]

.

    [DllImport("wininet.dll", EntryPoint = "FtpGetFile", SetLastError = true, CharSet = CharSet.Auto)]

.

    [DllImport("wininet.dll", EntryPoint = "FtpOpenFile", SetLastError = true, CharSet = CharSet.Auto)]

.

    [DllImport("wininet.dll", EntryPoint = "InternetCloseHandle")]

.

    [DllImport("wininet.dll", EntryPoint = "GetLastError")]

.

[DllImport("wininet.dll", EntryPoint = "InternetQueryOption")]

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


 
Access PInvoke.net directly from VS: