GetUInt32 method

int GetUInt32(
  1. Pointer<PROPERTYKEY> key,
  2. Pointer<Uint32> pui
)

Implementation

int GetUInt32(Pointer<PROPERTYKEY> key, Pointer<Uint32> pui) => ptr.ref.vtable
    .elementAt(18)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<PROPERTYKEY> key,
                    Pointer<Uint32> pui)>>>()
    .value
    .asFunction<
        int Function(Pointer, Pointer<PROPERTYKEY> key,
            Pointer<Uint32> pui)>()(ptr.ref.lpVtbl, key, pui);