setTitle method

int setTitle(
  1. Pointer<Utf16> pszTitle
)

Implementation

int setTitle(Pointer<Utf16> pszTitle) => (ptr.ref.vtable + 17)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<Utf16> pszTitle)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<Utf16> pszTitle)>()(
    ptr.ref.lpVtbl, pszTitle);