getDisplayName method

int getDisplayName(
  1. Pointer<Pointer<Utf16>> pRetVal
)

Implementation

int getDisplayName(Pointer<Pointer<Utf16>> pRetVal) => (ptr.ref.vtable + 4)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<Pointer<Utf16>> pRetVal)>>>()
    .value
    .asFunction<
        int Function(Pointer,
            Pointer<Pointer<Utf16>> pRetVal)>()(ptr.ref.lpVtbl, pRetVal);