예제 #1
0
 public int SetBaseStream([NativeTypeName("ISpStreamFormat *")] ISpStreamFormat *pStream, [NativeTypeName("BOOL")] int fSetFormatToBaseStreamFormat, [NativeTypeName("BOOL")] int fWriteToBaseStream)
 {
     return(((delegate * unmanaged <ISpStreamFormatConverter *, ISpStreamFormat *, int, int, int>)(lpVtbl[15]))((ISpStreamFormatConverter *)Unsafe.AsPointer(ref this), pStream, fSetFormatToBaseStreamFormat, fWriteToBaseStream));
 }
예제 #2
0
 public HRESULT SetBaseStream(ISpStreamFormat *pStream, BOOL fSetFormatToBaseStreamFormat, BOOL fWriteToBaseStream)
 {
     return(((delegate * unmanaged <ISpStreamFormatConverter *, ISpStreamFormat *, BOOL, BOOL, int>)(lpVtbl[15]))((ISpStreamFormatConverter *)Unsafe.AsPointer(ref this), pStream, fSetFormatToBaseStreamFormat, fWriteToBaseStream));
 }