DISPLAY_DEVICE (Structures)
Last changed: -128.210.91.218

.
Summary

C# Definition:

  [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Unicode)]
  public struct DISPLAY_DEVICE
  {
      [MarshalAs(UnmanagedType.U4)]
      public int cb;

      [MarshalAs(UnmanagedType.ByValTStr, SizeConst=32)]
      public string DeviceName;

      [MarshalAs(UnmanagedType.ByValTStr, SizeConst=128)]
      public string DeviceString;

      [MarshalAs(UnmanagedType.U4)]
      public uint StateFlags;

      [MarshalAs(UnmanagedType.ByValTStr, SizeConst=128)]
      public string DeviceID;

      [MarshalAs(UnmanagedType.ByValTStr, SizeConst=128)]
      public string DeviceKey;
  }

VB Definition:

Structure DISPLAY_DEVICE
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation