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

icmp

.
Summary
.

static extern IntPtr IcmpCreateFile();

.

Declare Function IcmpCreateFile Lib "icmp.dll" () As IntPtr

.
Documentation
[IcmpCreateFile] on MSDN
.

        private static extern IntPtr IcmpCreateFile();

.

            IntPtr icmpHandle = IcmpCreateFile();

.

HANDLE WINAPI IcmpCreateFile(VOID);

.

    HANDLE hIcmpFile = IcmpCreateFile();

.

        printf("IcmpCreatefile returned error: %ld\n", GetLastError());


 
Access PInvoke.net directly from VS: