getWaveFormatEx method

int getWaveFormatEx(
  1. Pointer<Pointer<COMObject>> SpeechWaveFormatEx
)

Implementation

int getWaveFormatEx(Pointer<Pointer<COMObject>> SpeechWaveFormatEx) => (ptr
                .ref.vtable +
            11)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer,
                        Pointer<Pointer<COMObject>> SpeechWaveFormatEx)>>>()
        .value
        .asFunction<
            int Function(
                Pointer, Pointer<Pointer<COMObject>> SpeechWaveFormatEx)>()(
    ptr.ref.lpVtbl, SpeechWaveFormatEx);