DeviceInterface_ClassGuid static method

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

Implementation

static Pointer<PROPERTYKEY> DeviceInterface_ClassGuid({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref
          .fmtid
          .setGUIDFromComponents(40784238, 47124, 16715, 2470487657470610819)
      ..ref.pid = 4;