GetIconPath method

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

Implementation

int GetIconPath(Pointer<Pointer<Utf16>> pRetVal) => ptr.ref.vtable
    .elementAt(6)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<Pointer<Utf16>> pRetVal)>>>()
    .value
    .asFunction<
        int Function(Pointer,
            Pointer<Pointer<Utf16>> pRetVal)>()(ptr.ref.lpVtbl, pRetVal);