コード例 #1
0
ファイル: InteropCalls.cs プロジェクト: HakanL/cscore
 internal static unsafe void CallI1(void *UnsafeBasePtr, VoiceState *voiceState, void *p)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
        /// <summary>To be documented.</summary>
        public readonly unsafe void GetState(VoiceState *pVoiceState, uint Flags)
        {
            var @this = (IXAudio2SourceVoice *)Unsafe.AsPointer(ref Unsafe.AsRef(in this));

            ((delegate * unmanaged[Cdecl] < IXAudio2SourceVoice *, VoiceState *, uint, void >)LpVtbl[25])(@this, pVoiceState, Flags);
        }