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

iphlpapi

.

    private struct FIXED_INFO

.

Declare Function FIXED_INFO Lib "iphlpapi.dll" (TODO) As TODO

.
Documentation
[FIXED_INFO] on MSDN
.

Returns a FIXED_INFO struct.

.

int infoLen = Marshal.SizeOf(typeof(FIXED_INFO));

.

FIXED_INFO info = (FIXED_INFO)Marshal.PtrToStructure(infoPtr, typeof(FIXED_INFO));

.

    Private Structure FIXED_INFO

.

        Dim info As FIXED_INFO = Marshal.PtrToStructure(infoPtr, GetType(FIXED_INFO))

.

        ' We can now access the FIXED_INFO fields here.


 
Access PInvoke.net directly from VS: