putref_Format method

int putref_Format(
  1. Pointer<COMObject> AudioFormat
)

Implementation

int putref_Format(Pointer<COMObject> AudioFormat) => (ptr.ref.vtable + 8)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<COMObject> AudioFormat)>>>()
    .value
    .asFunction<
        int Function(Pointer,
            Pointer<COMObject> AudioFormat)>()(ptr.ref.lpVtbl, AudioFormat);