Bluetooth_Find_Radio_Params (Structures)
Last changed: -130.225.51.45

.
Summary
TODO - a short description

C# Definition:

  [StructLayout(LayoutKind.Sequential)]
  private struct Bluetooth_Find_Radio_Params
  {
    internal UInt32 dwSize;
     internal void Initialize()
     {
             this.dwSize = (UInt32)Marshal.SizeOf(typeof(Bluetooth_Find_Radio_Params));
     }
  }

VB Definition:

Structure BLUETOOTH_FIND_RADIO_PARAMS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation