Desktop Functions: Smart Device Functions:
|
Search Results for "PInvoke" in [All]wintrustiphlpapi3: AddIPAddress 4: EnableRouter 5: FIXED_INFO Generic methods for IPv4 and IPv6. Using MIB_TCPROW_OWNER_PID, MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID, MIB_TCP6TABLE_OWNER_PID and TCP_TABLE_CLASS 11: GetIfTable 12: GetInterfaceInfo
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = PInvokes.MAX_ADAPTER_NAME)]
internal class PInvokes
int r = PInvokes.GetInterfaceInfo(null, ref size);
r = PInvokes.GetInterfaceInfo(buffer, ref size);
if (r != PInvokes.ERROR_SUCCESS)
if (PInvokes.IpReleaseAddress(ref adapter) == PInvokes.ERROR_SUCCESS) 13: GetIpAddrTable 14: GetIpNetTable 15: GetNetworkParams 16: IPAddress 17: IpReleaseAddress
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = PInvokes.MAX_ADAPTER_NAME)]
internal class PInvokes
int r = PInvokes.GetInterfaceInfo(null, ref size);
r = PInvokes.GetInterfaceInfo(buffer, ref size);
if (r != PInvokes.ERROR_SUCCESS)
if (PInvokes.IpReleaseAddress(ref adapter) == PInvokes.ERROR_SUCCESS) 18: MAX_HOSTNAME_LEN 19: MIB_IPNETROW 25: PfTestPacket 26: SendARP 27: ShowMessage 28: UnenableRouter fltlib29: FilterLoad msvcrt30: fclose Do not attempt to close streams not opened by fopen (includes _wfopen) or [fopen_s] (includes wfopen_s). 31: fopen [fopen] (includes _wfopen) 32: freopen 33: fwrite 34: kbhit 35: memcmp When calling memcmp via pinvoke there is no need to use unsafe code or pinning because the framework will automatically pin the arrays for you. 36: memcpy 37: memmove 38: memset 39: rand 40: scanf 41: sprintf 42: srand 43: system 44: time 45: _dup 46: _dup2 47: _pipe 48: _spawn 49: _stat httpapiDepending on the value of ConfigId, pConfigInformation should point to a different type of structure. If it wasn't for this, I could redifine the PInvoke signature to explicitly specify the underlying structure type. 51: HttpInitialize Depending on the value of ConfigId, both pInputConfigInfo and pOutputConfigInfo should point to a different type of structure. If it wasn't for this, I could redifine the PInvoke signature to explicitly specify the underlying structure type. Depending on the value of ConfigId, pConfigInformation should point to a different type of structure. If it wasn't for this, I could redifine the PInvoke signature to explicitly specify the underlying structure type. 54: HttpTerminate winhttp57: WinHttpConnect 60: WinHttpOpen Cut off search results after 60. Please refine your search. |