WlanHostedNetworkQuerySecondaryKey (wlanapi)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("Wlanapi.dll", EntryPoint = "WlanHostedNetworkQuerySecondaryKey")]
public static extern uint WlanHostedNetworkQuerySecondaryKey(
     IntPtr hClientHandle,
     [Out] out uint pKeyLength,
     [Out, MarshalAs(UnmanagedType.LPStr)] out string ppucKeyData,
     [Out] out bool pbIsPassPhrase,
     [Out] out bool pbPersistent,
     [Out] out WLAN_HOSTED_NETWORK_REASON pFailReason,
     IntPtr pReserved
);

VB Signature:

Declare Function WlanHostedNetworkQuerySecondaryKey Lib "wlanapi.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation