Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Search Results for "DllImport" in [All]

xolehlp

.

    [DllImport("xolehlp.dll")]

dnsapi

.

    [DllImport("dnsapi.dll", EntryPoint = "DnsFlushResolverCacheEntry_W", CharSet = CharSet.Unicode)]

.

  <DllImport("dnsapi.dll", EntryPoint:="DnsFlushResolverCacheEntry_W", CharSet:=CharSet.Unicode)> _

.

[DllImport("dnsapi.dll", SetLastError=true)]

.

  <DllImport("dnsapi.dll", EntryPoint:="DnsFlushResolverCacheEntry_W", CharSet:=CharSet.Unicode)> _

.

    [DllImport("dnsapi", EntryPoint = "DnsQuery_W", CharSet = CharSet.Unicode, SetLastError = true, ExactSpelling = true)]

.

    [DllImport("dnsapi", CharSet = CharSet.Auto, SetLastError = true)]

.

        [DllImport("dnsapi", EntryPoint = "DnsQuery_W", CharSet = CharSet.Unicode, SetLastError = true,

.

        [DllImport("dnsapi", CharSet = CharSet.Auto, SetLastError = true)]

.

[DllImport("dnsapi", EntryPoint = "DnsQueryEx", CharSet = CharSet.Unicode, SetLastError = true, ExactSpelling = true)]

.

    [DllImport("dnsapi", EntryPoint = "DnsQueryEx", CharSet = CharSet.Unicode, SetLastError = true, ExactSpelling = true)]

.

    [DllImport("dnsapi", CharSet = CharSet.Auto, SetLastError = true)]

.

    [DllImport("dnsapi", SetLastError = true)]

pstorec

.

[DllImport("pstorec.dll", CallingConvention = CallingConvention.StdCall)]

glu32

.

    [DllImport("glu32", EntryPoint = "gluErrorString")]

.

    [DllImport("glu32", EntryPoint = "gluGetString")]

.

    [DllImport("glu32", EntryPoint = "gluOrtho2D")]

.

    [DllImport("glu32", EntryPoint = "gluPerspective")]

.

    [DllImport("glu32", EntryPoint = "gluPickMatrix")]

.

    [DllImport("glu32", EntryPoint = "gluLookAt")]

.

    [DllImport("glu32", EntryPoint = "gluProject")]

.

    [DllImport("glu32", EntryPoint = "gluUnProject")]

.

    [DllImport("glu32", EntryPoint = "gluScaleImage")]

.

    [DllImport("glu32", EntryPoint = "gluBuild1DMipmaps")]

.

    [DllImport("glu32", EntryPoint = "gluBuild2DMipmaps")]

.

    [DllImport("glu32", EntryPoint = "gluNewQuadric")]

.

    [DllImport("glu32", EntryPoint = "gluDeleteQuadric")]

.

    [DllImport("glu32", EntryPoint = "gluQuadricNormals")]

.

    [DllImport("glu32", EntryPoint = "gluQuadricTexture")]

.

    [DllImport("glu32", EntryPoint = "gluQuadricOrientation")]

.

    [DllImport("glu32", EntryPoint = "gluQuadricDrawStyle")]

.

    [DllImport("glu32", EntryPoint = "gluCylinder")]

.

    [DllImport("glu32", EntryPoint = "gluDisk")]

.

    [DllImport("glu32", EntryPoint = "gluPartialDisk")]

.

    [DllImport("glu32", EntryPoint = "gluSphere")]

.

    [DllImport("glu32", EntryPoint = "gluQuadricCallback")]

.

    [DllImport("glu32", EntryPoint = "gluNewTess")]

.

    [DllImport("glu32", EntryPoint = "gluDeleteTess")]

.

    [DllImport("glu32", EntryPoint = "gluTessBeginPolygon")]

.

    [DllImport("glu32", EntryPoint = "gluTessBeginContour")]

.

    [DllImport("glu32", EntryPoint = "gluTessVertex")]

.

    [DllImport("glu32", EntryPoint = "gluTessEndContour")]

.

    [DllImport("glu32", EntryPoint = "gluTessEndPolygon")]

.

    [DllImport("glu32", EntryPoint = "gluTessProperty")]

.

    [DllImport("glu32", EntryPoint = "gluTessNormal")]

.

    [DllImport("glu32", EntryPoint = "gluTessCallback")]

.

    [DllImport("glu32", EntryPoint = "gluGetTessProperty")]

.

    [DllImport("glu32", EntryPoint = "gluNewNurbsRenderer")]

.

    [DllImport("glu32", EntryPoint = "gluDeleteNurbsRenderer")]

.

    [DllImport("glu32", EntryPoint = "gluBeginSurface")]

.

    [DllImport("glu32", EntryPoint = "gluBeginCurve")]

.

    [DllImport("glu32", EntryPoint = "gluEndCurve")]

.

    [DllImport("glu32", EntryPoint = "gluEndSurface")]

.

    [DllImport("glu32", EntryPoint = "gluBeginTrim")]

.

    [DllImport("glu32", EntryPoint = "gluEndTrim")]

.

    [DllImport("glu32", EntryPoint = "gluPwlCurve")]

.

    [DllImport("glu32", EntryPoint = "gluNurbsCurve")]

.

    [DllImport("glu32", EntryPoint = "gluNurbsSurface")]

.

    [DllImport("glu32", EntryPoint = "gluLoadSamplingMatrices")]

.

    [DllImport("glu32", EntryPoint = "gluNurbsProperty")]

.

    [DllImport("glu32", EntryPoint = "gluGetNurbsProperty")]

.

    [DllImport("glu32", EntryPoint = "gluNurbsCallback")]

.

    [DllImport("glu32", EntryPoint = "gluBeginPolygon")]

.

    [DllImport("glu32", EntryPoint = "gluNextContour")]

.

    [DllImport("glu32", EntryPoint = "gluEndPolygon")]

.

//using constants in your dllimports attribute is not acceptable for this site.

.

[DllImport("glu32.dll", EntryPoint ="gluErrorString")]

.

[DllImport("glu32.dll", SetLastError=true)]

.

[DllImport(GLU_DLL, EntryPoint ="gluQuadricDrawStyle")]

.

[DllImport(GLU_DLL, EntryPoint ="gluSphere")]

mpr

.

[DllImport("mpr.dll", SetLastError=true)]

.

static extern TODO DllImport(TODO);

.

Declare Function DllImport Lib "mpr.dll" (TODO) As TODO

.
Documentation
[DllImport] on MSDN
.

[DllImport("mprapi.dll", SetLastError = false)]

.

  [DllImport("mprapi.dll", SetLastError = false)]

.

    [DllImport("mpr.dll", CharSet = CharSet.Unicode)]

.

[DllImport("mpr.dll", CharSet = System.Runtime.InteropServices.CharSet.Ansi)]

.

[DllImport("mpr.dll")]

.

    <DllImport("mpr.dll")> _

.

[DllImport("mpr.dll")]    

.

[DllImport("mpr.dll")]    

.

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

.

[DllImport("mpr.dll")]    

.

Don't forget to add a using for the namespace before referencing the DllImport attribute:

.

    [DllImport("mpr.dll")]

.

    [DllImport("mpr.dll")]

.

    [DllImport("mpr.dll")]

.

[DllImport("mpr.dll")]

.

    <DllImport("mpr.dll")> _

.

[DllImport("mpr.dll")]

.

    <DllImport("mpr.dll")> _

.

[DllImport("mpr.dll")]

.

[DllImport("mpr.dll")]

.

    <DllImport("mpr.dll")> _

.

[DllImport("mpr.dll")]

.

[DllImport("mpr.dll")]

.

<DllImport("mpr.dll")> _

.

[DllImport("mpr.dll")]

.

<DllImport("mpr.dll")> _

.

[DllImport("mpr.dll", CharSet=CharSet.Auto)]

.

[DllImport("mpr.dll", CharSet=CharSet.Auto)]

.

[DllImport("mpr.dll", CharSet=CharSet.Auto)]

.

    <DllImport("mpr.dll", CharSet:=CharSet.Auto)> _

.

    <DllImport("mpr.dll", CharSet:=CharSet.Auto)> _

.

    <DllImport("mpr.dll", CharSet:=CharSet.Auto)> _

.

    [DllImport("mpr.dll", CharSet=CharSet.Auto, SetLastError=true)]

.

    <DllImport("mpr.dll")> _

.

[DllImport("mpr.dll", SetLastError=true)]

.

[DllImport("Mpr.dll")]

.

[DllImport("mpr.dll")]

.

<DllImport("mpr.dll")> _

.

[DllImport("Mpr.dll")]

shlwapi

.

[DllImport("shlwapi.dll")]

.

[DllImport("Shlwapi.dll", ExactSpelling = true, PreserveSig = false)]

.

<DllImport("Shlwapi.dll", ExactSpelling := True, PreserveSig := False)> _

.

[DllImport("Shlwapi.dll", SetLastError=true, CharSet = CharSet.Auto)]

.

<DllImport("Shlwapi.dll", SetLastError:=True, CharSet:=CharSet.Auto)>

.

[System.Runtime.InteropServices.DllImport("shlwapi.dll")]

.

<System.Runtime.InteropServices.DllImport("shlwapi.dll", EntryPoint:="ColorHLSToRGBW", SetLastError:=True, CharSet:=System.Runtime.InteropServices.CharSet.Unicode)>

.

    [DllImport("shlwapi.dll")]

.

[System.Runtime.InteropServices.DllImport("shlwapi.dll")]

.

<System.Runtime.InteropServices.DllImport("shlwapi.dll", EntryPoint:="ColorRGBToHLSW", SetLastError:=True, CharSet:=System.Runtime.InteropServices.CharSet.Unicode)>

.

    [DllImport("shlwapi.dll")]

.

[DllImport("Shlwapi.dll", CharSet = CharSet.Unicode, ExactSpelling = true, SetLastError = false)]

35: IsOS
.

[DllImport("shlwapi.dll", SetLastError=true, EntryPoint="#437")]

.

<DllImport("shlwapi.dll", SetLastError:=True, EntryPoint:="#437")> _

.

[DllImport("shlwapi.dll", EntryPoint = "PathAddBackslashW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathAddBackslashW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathAppendW", SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", EntryPoint = "PathBuildRootW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathBuildRootW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

    [DllImport("shlwapi.dll", CharSet = CharSet.Auto, SetLastError = true)]

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

    [DllImport("shlwapi.dll", CharSet = CharSet.Auto)]

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathCompactPathExW",  SetLastError:=True, CharSet:=CharSet.Unicode)>

.

        [DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathCompactPathExW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

        [DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

[DllImport("shlwapi.dll", SetLastError=true)]

.

[System.Runtime.InteropServices.DllImport("shlwapi.dll", EntryPoint = "PathFileExistsW",  SetLastError = true, CharSet = CharSet.Unicode)]

.

<System.Runtime.InteropServices.DllImport("shlwapi.dll", EntryPoint:="PathFileExistsW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto, SetLastError=false)]

.

[DllImport("shlwapi.dll", EntryPoint = "PathGetArgsW",  SetLastError = true, CharSet= CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathGetArgsW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[System.Runtime.InteropServices.DllImport("shlwapi.dll", EntryPoint = "PathIsDirectoryW",  SetLastError = True, CharSet= CharSet.Unicode)]

.

<System.Runtime.InteropServices.DllImport("shlwapi.dll", EntryPoint:="PathIsDirectoryW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", EntryPoint = "PathIsFileSpecW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsFileSpecW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", EntryPoint = "PathIsHTMLFileW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsHTMLFileW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll")]

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsNetworkPathW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", CharSet = CharSet.Auto)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsRelativeW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

    [DllImport("shlwapi.dll", CharSet = CharSet.Auto)] static extern bool PathIsRelative([In] string lpszPath);

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsRelativeW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", EntryPoint = "PathIsRootW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsRootW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

[DllImport("shlwapi.dll", SetLastError=true)]

.

[DllImport("shlwapi.dll", EntryPoint:="PathIsUNCServerShareW",  SetLastError:=True, CharSet:=CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsUNCServerShareW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", EntryPoint = "PathIsUNCServerW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsUNCServerW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", EntryPoint = "PathIsURLW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathIsURLW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathMatchSpecW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

.

[DllImport("shlwapi.dll", EntryPoint = "PathQuoteSpacesW",  SetLastError = True, CharSet = CharSet.Unicode)]

.

<DllImport("shlwapi.dll", EntryPoint:="PathQuoteSpacesW",  SetLastError:=True, CharSet:=CharSet.Unicode)> _

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


 
Access PInvoke.net directly from VS: