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

wintrust

.
.

iphlpapi

.
.
.
.
.
.
.
. .

TCP_TABLE_CLASS

.

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

.
. .

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

.
.
.
.
. .

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

.
.
.
.
.
.
.
.
.
.
.

fltlib

.

msvcrt

30: fclose
. .

Do not attempt to close streams not opened by fopen (includes _wfopen) or [fopen_s] (includes wfopen_s).

31: fopen
. .

[fopen] (includes _wfopen)

.
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
.
.
38: memset
.
39: rand
.
40: scanf
.
.
42: srand
.
43: system
.
44: time
.
45: _dup
.
46: _dup2
.
47: _pipe
.
48: _spawn
.
49: _stat
.

httpapi

. .

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.

.
. .

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.

.

winhttp

.
.
.
.
.
.

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


 
Access PInvoke.net directly from VS: