Device_GenericDriverInstalled static method

Pointer<PROPERTYKEY> Device_GenericDriverInstalled({
  1. Allocator allocator = calloc,
})

Implementation

static Pointer<PROPERTYKEY> Device_GenericDriverInstalled({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
        2830656989,
        11837,
        16532,
        -2993472463437457491,
      )
      ..ref.pid = 18;