getCurFile method

int getCurFile(
  1. Pointer<Pointer<Utf16>> ppszFileName
)

Implementation

int getCurFile(Pointer<Pointer<Utf16>> ppszFileName) => (ptr.ref.vtable + 8)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(
                        Pointer, Pointer<Pointer<Utf16>> ppszFileName)>>>()
        .value
        .asFunction<
            int Function(Pointer, Pointer<Pointer<Utf16>> ppszFileName)>()(
    ptr.ref.lpVtbl, ppszFileName);