BLUETOOTH_FIND_RADIO_PARAMS (Structures)
Last changed: -130.225.51.45

.
Summary
TODO - a short description

C# Definition:

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

VB Definition:

Structure BLUETOOTH_FIND_RADIO_PARAMS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation