WLAN_PROFILE_INFO (Structures)
Last changed: -63.64.153.164

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
public struct WLAN_PROFILE_INFO
    {
        [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 256)]
        public string strProfileName;
        public uint dwFlags;
    }

VB Definition:

<StructLayout(LayoutKind.Sequential, CharSet := CharSet.Unicode)> _

Public Structure WLAN_PROFILE_INFO

    <MarshalAs(UnmanagedType.ByValTStr, SizeConst := 256)> _
    Public strProfileName As String
    Public dwFlags As UInteger

End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation