PKEY_Device_GenericDriverInstalled top-level property

PROPERTYKEY PKEY_Device_GenericDriverInstalled
final

Implementation

final PROPERTYKEY PKEY_Device_GenericDriverInstalled =
    Struct.create<PROPERTYKEY>()
      ..fmtid = GUID.fromComponents(
        0xa8b865dd,
        0x2e3d,
        0x4094,
        Uint8List.fromList(const [
          0xad,
          0x97,
          0xe5,
          0x93,
          0xa7,
          0xc,
          0x75,
          0xd6,
        ]),
      )
      ..pid = 18;