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 "API" in [All]

oleaut32

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.
Summary
The UnRegisterTypeLib function removes type library information from the system registry. Use this API to allow applications to properly uninstall themselves. In-process objects typically call this API from "DllUnregisterServer".
.

Alternative Managed API:

.

Alternative Managed API:

.

There is no alternative API in .NET except for Dispatch Invoke the default value (DispId == 0)

.

Alternative Managed API:

.

Alternative Managed API:

.
Import
advapi32,credui,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,aygshell,avifil32,crypt32,winscard,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,Constants,Delegates,Enums,Interfaces,Structures

hid

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

When calling this API, set the first byte of reportBuffer to the feature report that you want to get. When the function call returns, the rest of the array will be filled with the feature report data.

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,Constants,Delegates,Enums,Interfaces,Structures

credui

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.
Import
advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,Constants,Delegates,Enums,Interfaces,Structures

misc

.

I am involved in a project whereby I have to use a methods from a Win32 API (wrg303.dll). I have tried using p/invoke wizard, but it didn't gave the right answer.

.

The rapi.dll section needs to be corrected. Rapi is not for running on the .NET Compact Framework, but rather for desktop applications. It does not appear possible to edit this part of the page.

.

Great idea, thanks for creating the site. However, it does have rendering problems on Mozilla (Firefox 0.8 on Win XP to be exact). The directory tree (advapi32, gdi32 etc.) is misplaced (overlaps the "Directory" label) and I can't get them to expand.

.

One question: The APIs here appear to be machanically created from some other source - from things like "System.Windows.Forms.NativeMethods"? The functions are present, but not the structures and data types used in the params. Any plans to do a mechanical dump of the structures as well? The real magic of marshalling is getting the param types set up correctly, which for structures can be quite a pain.

.

You should also check out these automatically generated PInvoke stubs which covers much of the WIn32 API

.

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

.

Add all the WLAN apis from

.

^deadlink, search for "wlan api site:codeplex.com" on google

.

Just wanted to say "Thanks! This site ROCKS!" This has made working with the Windows API in C# a breeze.

31: FAQ
.
Question
How can I fetch a parameterized message from an externalized ".mc" resource file using FormatMessage function ? What is the va* arguments parameter that the FormatMessage API takes as an input and how do I pass this parameter in C# ?
.
Microsoft Win32 to Microsoft .NET Framework API Map http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/win32map.asp
.

Hi, would tapi32.dll functions be available anytime? - Ashish

.

Is someone going to add the module for dwmapi.dll?

.
Import
advapi32,avifil32,cards,comdlg32,credui,crypt32,dmcl40,gdi32,gdiplus,glu32,glut32,gsapi,hhctrl,httpapi,icmp,imm32,iphlpapi,iprop,kernel32,mapi32,mpr,mqrt,mscorsn,msdrm,msi,msvcrt,netapi32,ntdll,ntdsapi,odbc32,odbccp32,ole32,oleacc,oleaut32,opengl32,powrprof,pstorec,query,rasapi32,rpcrt4,secur32,setupapi,shell32,shlwapi,twain_32,unicows,urlmon,user32,uxtheme,winfax,wininet,winmm,winscard,winspool,ws2_32,wtsapi32,xolehlp,aygshell,coredll,rapi,cfgmgr32,comctl32,hlink,Constants,Delegates,Enums,Interfaces,Structures,Glossary

rasapi32

.

Alternative Managed API:

.

http://www.codeplex.com/DotRas - The RasDialDialog component in the project exposes functionality provided by the RasDialDlg API.

.

Alternative Managed API:

.

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

.

    if (RasApi.RasEnumConnections(buffer, ref cb, out conns) == RAW.ERROR_SUCCESS)

.

Alternative Managed API:

.

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

.

Private Declare Auto Function RasEnumDevices Lib "rasapi32.dll" (ByVal lpRasDevInfo As IntPtr, ByRef lpcb As Integer, ByRef lpcDevices As Integer) As Integer

.

Alternative Managed API:

.

Alternative Managed API:

.

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

.

<DllImport("rasapi32.dll", EntryPoint:="RasEnumEntries", CharSet:=CharSet.Auto)> _

.

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

.

Alternative Managed API:

.

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

.

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

.

Alternative Managed API:

.

[DllImport("rasapi32.dll")]

.

Declare Function RasGetConnectStatus Lib "rasapi32.dll" (TODO) As TODO

.

Alternative Managed API:

.

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

.

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

.

Declare Function RasGetEntryDialParams Lib "rasapi32.dll" (TODO) As TODO

.

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

.

Alternative Managed API:

.

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

.

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

.

Alternative Managed API:

.

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

.

Declare Function RasGetErrorString Lib "rasapi32.dll" (TODO) As TODO

.

Alternative Managed API:

.

                if(RasAPI.RasGetErrorString(errorCode,sb,sb.Capacity)>0)

.

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

.

Declare Function RasGetProjectionInfo Lib "rasapi32.dll" (TODO) As TODO

.

Alternative Managed API:

.
Summary
The RasHangUp function terminates a remote access connection. The connection is specified with a RAS connection handle. The function releases all RASAPI32.DLL resources associated with the handle
.

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

.

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

.

Alternative Managed API:

.

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

.

Declare Function RasSetEntryProperties Lib "rasapi32.dll" (TODO) As TODO

.

Alternative Managed API:

.

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

.

Declare Function RasValidateEntryName Lib "rasapi32.dll" (TODO) As TODO

.

Alternative Managed API:

.
Namespace
rasapi32
.
Description
rasapi32.dll
.
Title
rasapi32
.
Import
advapi32,coredll,credui,gdi32,kernel32,ole32,shell32,user32,glossary,mpr,netapi32,uxtheme,Constants,Delegates,Enums,Interfaces,Structures

iprop

.

Alternative Managed API:

.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,xolehlp,twain_32,winmm,wininet,comdlg32,imm32,ntdsapi,odbccp32,query,Constants,Delegates,Enums,Interfaces,Structures

xpsprint

.
Import
credui,advapi32,gdi32,kernel32,ole32,shell32,user32,glossary,coredll,rasapi32,mpr,netapi32,uxtheme,avifil32,aygshell,winscard,crypt32,secur32,wtsapi32,shlwapi,winspool,oleacc,rapi,oleaut32,winfax,odbc32,msi,cards,powrprof,urlmon,Constants,Delegates,Enums,Interfaces,Structures

wer

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

.

Alternative Managed API:

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


 
Access PInvoke.net directly from VS: