GetDisplayUri method

int GetDisplayUri(
  1. Pointer<Pointer<Utf16>> pbstrDisplayString
)

Implementation

int GetDisplayUri(Pointer<Pointer<Utf16>> pbstrDisplayString) =>
    ptr.ref.vtable
            .elementAt(9)
            .cast<
                Pointer<
                    NativeFunction<
                        Int32 Function(Pointer,
                            Pointer<Pointer<Utf16>> pbstrDisplayString)>>>()
            .value
            .asFunction<
                int Function(
                    Pointer, Pointer<Pointer<Utf16>> pbstrDisplayString)>()(
        ptr.ref.lpVtbl, pbstrDisplayString);