Desktop Functions: Smart Device Functions:
|
Search Results for "api" in [All]iphlpapi6: !!!!!!!!!!!! 7: !!!!!!! 8: !!!!! 9: !!!! 10: !!! 11: ! ¿ÁÈÊrs)É}0/ä±WϨ «ÀJÝ õ/Ûë1¢ÆÎ²è¢ìµZxêÒzQì¹¢mÒ½C"}i`ë:w3ÿ=BS:ñËGÆîBK8e ¿æ¾êë¾½¥.ÛlÅ¥ôjG».îR"ãsë0æ8Ö½£Þï ¼Q$ÐÏ.Þy>«êfÃl/LÒµXÇf .éÉ$Öm9þô_ÂnZµÅ=î~!ÜD ´JÃöÇU/ûªsÃ?ã%Á0Æú¿K½m &jf |%\0>ªsx,% ³ApIXÊvFÉÐ4¸|bñOë¨õÖÁ^Wy©¼,è],ì®7ÃióEB.~¶ÎA«Ï 12: AddIPAddress
[DllImport("iphlpapi.dll", SetLastError=true)]
Declare Function AddIPAddress Lib "iphlpapi.dll" (TODO) As TODO Alternative Managed API:
[DllImport("iphlpapi.dll", EntryPoint = "AddIPAddress", SetLastError = true)] 13: EnableRouter
[DllImport("iphlpapi.dll", SetLastError=true)]
<DllImport("iphlpapi.dll", CharSet:=CharSet.Ansi)> Alternative Managed API:
<DllImport("iphlpapi.dll", CharSet:=CharSet.Ansi)>
Private pOverlapped As OVERLAPPED ' <- Important! This should also be used when calling UnenableRouter() API Function. 14: FIXED_INFO
Declare Function FIXED_INFO Lib "iphlpapi.dll" (TODO) As TODO Alternative Managed API:15: GetAdapterIndex
[DllImport("iphlpapi.dll", SetLastError=true)]
Declare Function GetAdapterIndex Lib "iphlpapi.dll" (TODO) As TODO Alternative Managed API:
[DllImport("iphlpapi.dll")] Alternative Managed API:
[DllImport("iphlpapi.dll")] 17: GetAdaptersInfo
[DllImport("iphlpapi.dll", CharSet=CharSet.Ansi)]
<DllImport("iphlpapi.dll", EntryPoint:="GetAdaptersInfo", CharSet:=CharSet.Ansi)> _ In .NET 2.0, this library (The IP Helper API) is encapsulated in the NetworkInformation namespace. 18: GetBestInterface
[DllImport("iphlpapi.dll", SetLastError=true)]
Declare Function GetBestInterface Lib "iphlpapi.dll" (TODO) As TODO
public static class Win32ApiCalls
[DllImport("iphlpapi.dll", CharSet = CharSet.Auto)]
int result = Win32ApiCalls.GetBestInterface(ipv4AddressAsUInt32, out interfaceindex); Alternative Managed API:
[DllImport("iphlpapi.dll", SetLastError=true)]
<DllImport("iphlpapi.dll", SetLastError:=True)> _
public static class IPHelperAPI {
[DllImport("iphlpapi.dll", SetLastError = true)]
uint ret = IPHelperAPI.GetExtendedTcpTable(IntPtr.Zero, ref buffSize, true, ipVersion, TCP_TABLE_CLASS.TCP_TABLE_OWNER_PID_ALL);
ret = IPHelperAPI.GetExtendedTcpTable(tcpTablePtr, ref buffSize, true, ipVersion, TCP_TABLE_CLASS.TCP_TABLE_OWNER_PID_ALL); 20: GetIfTable
[DllImport("Iphlpapi.dll", SetLastError=true)]
Declare Function GetIfTable Lib "iphlpapi.dll" (TODO) As TODO Alternative Managed API:21: GetInterfaceInfo
[DllImport("Iphlpapi.dll", CharSet = CharSet.Auto)] Alternative Managed API:
[DllImport("Iphlpapi.dll", CharSet = CharSet.Auto)]
[DllImport("Iphlpapi.dll", CharSet = CharSet.Auto)]
public class Iphlpapi 22: GetIpAddrTable
[DllImport("iphlpapi.dll", SetLastError=true)]
GetIpAddrTable Lib "iphlpapi.dll" (ByRef ipTable As IntPtr, ByRef tableSize As IntPtr, ByVal ordered As Boolean) As UInt32
[DllImport(S"IPHLPAPI.DLL", EntryPoint=S"GetIpAddrTable", SetLastError=true, CharSet=CharSet::Unicode, ExactSpelling=true)] Alternative Managed API:23: GetIpNetTable
[DllImport("iphlpapi.dll", EntryPoint="GetIpNetTable")]
<DllImport("IpHlpApi.dll")> Alternative Managed API:
[DllImport("IpHlpApi.dll")]
// The result from the API call.
' The result from the API call.
Public Shared Function MACtoString(mac As PhysicalAddress, Optional Capital As Boolean = True) As String
If Capital Then ' In capital Letters 24: GetNetworkParams
[DllImport("iphlpapi.dll", CharSet=CharSet.Ansi)]
<DllImport("iphlpapi.dll", CharSet:=CharSet.Ansi)> Alternative Managed API:
<DllImport("iphlpapi.dll", CharSet:=CharSet.Ansi)> 25: IPAddress
[DllImport("iphlpapi.dll", SetLastError=true)]
Declare Function IPAddress Lib "iphlpapi.dll" (TODO) As TODO Alternative Managed API:26: IpReleaseAddress
[DllImport("Iphlpapi.dll", CharSet = CharSet.Auto)] Alternative Managed API:
[DllImport("Iphlpapi.dll", CharSet = CharSet.Auto)]
[DllImport("Iphlpapi.dll", CharSet = CharSet.Auto)]
public class Iphlpapi 27: lorem11 28: lorem17 29: lorem19 30: lorem23 31: lorem24 32: lorem6 33: MAX_HOSTNAME_LEN Alternative Managed API:34: MIB_IPNETROW
[DllImport("Iphlpapi.dll", EntryPoint="GetIpNetTable")] Alternative Managed API:
[DllImport("Iphlpapi.dll", EntryPoint = "PfAddFiltersToInterface")]
Declare Function PfAddFiltersToInterface Lib "iphlpapi.dll" (TODO) As TODO
/// IP packet filter management wrapper for Iphlpapi.dll (Win 2000/XP)
[DllImport("iphlpapi.dll", EntryPoint = "PfBindInterfaceToIPAddress")]
Declare Function PfBindInterfaceToIPAddress Lib "iphlpapi.dll" (TODO) As TODO
/// IP packet filter management wrapper for Iphlpapi.dll (Win 2000/XP)
[DllImport("Iphlpapi.dll", EntryPoint = "PfCreateInterface")]
Declare Function PfCreateInterface Lib "iphlpapi.dll" (TODO) As TODO
/// IP packet filter management wrapper for Iphlpapi.dll (Win 2000/XP)
[DllImport("iphlpapi.dll", EntryPoint = "PfDeleteInterface")]
Declare Function PfDeleteInterface Lib "iphlpapi.dll" (TODO) As TODO
[DllImport("iphlpapi.dll", EntryPoint = "PfRemoveFiltersFromInterface")]
Declare Function PfRemoveFiltersFromInterface Lib "iphlpapi.dll" (TODO) As TODO Alternative Managed API:41: PfTestPacket
[DllImport("iphlpapi.dll", EntryPoint = "PfTestPacket")]
Declare Function PfTestPacket Lib "iphlpapi.dll" (TODO) As TODO 42: SendARP
[DllImport("iphlpapi.dll", ExactSpelling=true)]
Declare Function SendARP Lib "iphlpapi.dll" (
// This API is now obsolete. --> http://msdn.microsoft.com/en-us/library/system.net.ipaddress.address.aspx Alternative Managed API:43: ShowMessage
[DllImport("iphlpapi.dll", SetLastError=true)]
Declare Function ShowMessage Lib "iphlpapi.dll" (TODO) As TODO Alternative Managed API:44: UnenableRouter
[DllImport("iphlpapi.dll", SetLastError=true)]
<DllImport("iphlpapi.dll", CharSet:=CharSet.Ansi)> Alternative Managed API:
<DllImport("iphlpapi.dll", CharSet:=CharSet.Ansi)> MinCore
[DllImport("Api-ms-win-core-version-l1-1-0.dll")]
Declare Function GetFileVersionInfoSize Lib "Api-ms-win-core-version-l1-1-0.dll" (fileName As String, <Out> dummy As IntPtr) As Integer Alternative Managed API:difxapi50: !!!!!!!!!!!!! 51: !!!!!!!!!!! 52: !!! 53: !! 54: DIFLOGCALLBACK
public delegate void DIFLOGCALLBACK(DIFXAPI_LOG EventType, Int32 ErrorCode, [MarshalAs(UnmanagedType.LPTStr)] string EventDescription, IntPtr CallbackContext);
Public Delegate Sub DIFLOGCALLBACK(ByVal EventType As DIFXAPI_LOG, ByVal ErrorCode As Int32, <MarshalAs(UnmanagedType.LPTStr)> ByVal EventDescription As String, ByVal CallbackContext As IntPtr) Alternative Managed API:To use this function you just need difxapi.dll of appropriate architecture from Windows Server 2008/Vista WDK. The DriverStore will be created automatically for you.
public static void DIFLogCallbackFunc(DIFXAPI_LOG EventType, Int32 ErrorCode, string EventDescription, IntPtr CallbackContext)
case DIFXAPI_LOG.DIFXAPI_SUCCESS:
case DIFXAPI_LOG.DIFXAPI_INFO:
case DIFXAPI_LOG.DIFXAPI_WARNING:
case DIFXAPI_LOG.DIFXAPI_ERROR:
Public Sub DIFLogCallbackFunc(ByVal EventType As DIFXAPI_LOG, ByVal ErrorCode As Int32, ByVal EventDescription As String, ByVal CallbackContext As IntPtr)
Case DIFXAPI_LOG.DIFXAPI_SUCCESS
Case DIFXAPI_LOG.DIFXAPI_INFO
Case DIFXAPI_LOG.DIFXAPI_WARNING
Case DIFXAPI_LOG.DIFXAPI_ERROR
public delegate void DIFXAPILOGCALLBACK(DIFXAPI_LOG EventType, Int32 ErrorCode, [MarshalAs(UnmanagedType.LPTStr)] string EventDescription, IntPtr CallbackContext);
Public Delegate Sub DIFXAPILOGCALLBACK(ByVal EventType As DIFXAPI_LOG, ByVal ErrorCode As Int32, <MarshalAs(UnmanagedType.LPTStr)> ByVal EventDescription As String, ByVal CallbackContext As IntPtr) Alternative Managed API:To use this function you just need difxapi.dll of appropriate architecture from Windows Server 2008/Vista WDK. The DriverStore will be created automatically for you.
public static void DIFxAPILogCallbackFunc(DIFXAPI_LOG EventType, Int32 ErrorCode, string EventDescription, IntPtr CallbackContext)
case DIFXAPI_LOG.DIFXAPI_SUCCESS:
case DIFXAPI_LOG.DIFXAPI_INFO:
case DIFXAPI_LOG.DIFXAPI_WARNING:
case DIFXAPI_LOG.DIFXAPI_ERROR:
Public Sub DIFxAPILogCallbackFunc(ByVal EventType As DIFXAPI_LOG, ByVal ErrorCode As Int32, ByVal EventDescription As String, ByVal CallbackContext As IntPtr)
Case DIFXAPI_LOG.DIFXAPI_SUCCESS
Case DIFXAPI_LOG.DIFXAPI_INFO
Case DIFXAPI_LOG.DIFXAPI_WARNING
Case DIFXAPI_LOG.DIFXAPI_ERROR
[DllImport("DIFxAPI.dll", CharSet = CharSet.Auto, SetLastError = true)]
public static extern Int32 DIFXAPISetLogCallback(DIFXAPILOGCALLBACK LogCallback, IntPtr CallbackContext);
Public Declare Auto Function DIFXAPISetLogCallback Lib "DIFxAPI.dll" (ByVal LogCallback As DIFXAPILOGCALLBACK, ByVal CallbackContext As IntPtr) As Int32 Alternative Managed API:To use this function you just need difxapi.dll of appropriate architecture from Windows Server 2008/Vista WDK. The DriverStore will be created automatically for you.
DIFXAPISetLogCallback(new DIFXAPILOGCALLBACK(DIFxAPILogCallbackFunc), IntPtr.Zero)
DIFXAPISetLogCallback(New DIFXAPILOGCALLBACK(AddressOf DIFxAPILogCallbackFunc), IntPtr.Zero)
[DllImport("DIFxAPI.dll", CharSet = CharSet.Auto, SetLastError = true)]
Public Declare Auto Function DriverPackageGetPath Lib "DIFxAPI.dll" (ByVal DriverPackageInfPath As String, ByVal pDestInfPath As String, ByRef pNumOfChars As Int32) As Int32 Alternative Managed API:
[DllImport("DIFxAPI.dll", CharSet = CharSet.Auto, SetLastError = true)] To use this function you just need difxapi.dll of appropriate architecture from Windows Server 2008/Vista WDK. The DriverStore will be created automatically for you.
[DllImport("DIFxAPI.dll", CharSet = CharSet.Auto, SetLastError = true)]
[DllImport("DIFxAPI.dll", CharSet = CharSet.Auto, SetLastError = true)]
Public Declare Auto Function DriverPackageInstall Lib "DIFxAPI.dll" (ByVal DriverPackageInfPath As String, ByVal Flags As Int32, ByVal pInstallerInfo As IntPtr, ByRef pNeedReboot As Boolean) As Int32 DIFxAPI Constants - see http://www.pinvoke.net/default.aspx/Constants.DIFxAPI%20Constants Alternative Managed API:To use this function you just need difxapi.dll of appropriate architecture from Windows Server 2008/Vista WDK. The DriverStore will be created automatically for you.
[DllImport("DIFxAPI.dll", CharSet = CharSet.Auto, SetLastError = true)]
Public Declare Auto Function DriverPackagePreinstall Lib "DIFxAPI.dll" (ByVal DriverPackageInfPath As String, ByVal Flags As Int32) As Int32 DIFxAPI Constants - see http://www.pinvoke.net/default.aspx/Constants.DIFxAPI%20Constants Alternative Managed API:To use this function you just need difxapi.dll of appropriate architecture from Windows Server 2008/Vista WDK. The DriverStore will be created automatically for you.
[DllImport("DIFxAPI.dll", CharSet = CharSet.Auto, SetLastError = true)]
Public Declare Auto Function DriverPackageUninstall Lib "DIFxAPI.dll" (ByVal DriverPackageInfPath As String, ByVal Flags As Int32, ByVal pInstallerInfo As IntPtr, ByRef pNeedReboot As Boolean) As Int32 DIFxAPI Constants - see http://www.pinvoke.net/default.aspx/Constants.DIFxAPI%20Constants Alternative Managed API:To use this function you just need difxapi.dll of appropriate architecture from Windows Server 2008/Vista WDK. The DriverStore will be created automatically for you. Cut off search results after 60. Please refine your search. |