public HRESULT GetBlobAsUtf8(IDxcBlob *pBlob, IDxcBlobUtf8 **pBlobEncoding)
 {
     return(((delegate * unmanaged <IDxcUtils *, IDxcBlob *, IDxcBlobUtf8 **, int>)(lpVtbl[10]))((IDxcUtils *)Unsafe.AsPointer(ref this), pBlob, pBlobEncoding));
 }
Example #2
0
 public int GetBlobAsUtf8([NativeTypeName("IDxcBlob *")] IDxcBlob *pBlob, [NativeTypeName("IDxcBlobUtf8 **")] IDxcBlobUtf8 **pBlobEncoding)
 {
     return(((delegate * unmanaged <IDxcUtils *, IDxcBlob *, IDxcBlobUtf8 **, int>)(lpVtbl[10]))((IDxcUtils *)Unsafe.AsPointer(ref this), pBlob, pBlobEncoding));
 }