getId method

int getId(
  1. Pointer<Pointer<Utf16>> ppstrId
)

Implementation

int getId(Pointer<Pointer<Utf16>> ppstrId) => (ptr.ref.vtable + 5)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<Pointer<Utf16>> ppstrId)>>>()
    .value
    .asFunction<
        int Function(Pointer,
            Pointer<Pointer<Utf16>> ppstrId)>()(ptr.ref.lpVtbl, ppstrId);