setSimulatedProfileInfo method

int setSimulatedProfileInfo(
  1. Pointer<NLM_SIMULATED_PROFILE_INFO> pSimulatedInfo
)

Implementation

int setSimulatedProfileInfo(
        Pointer<NLM_SIMULATED_PROFILE_INFO> pSimulatedInfo) =>
    ptr
            .ref.vtable
            .elementAt(14)
            .cast<
                Pointer<
                    NativeFunction<
                        Int32 Function(
                            Pointer,
                            Pointer<NLM_SIMULATED_PROFILE_INFO>
                                pSimulatedInfo)>>>()
            .value
            .asFunction<
                int Function(Pointer,
                    Pointer<NLM_SIMULATED_PROFILE_INFO> pSimulatedInfo)>()(
        ptr.ref.lpVtbl, pSimulatedInfo);