public HRESULT get_BootImageOptions(IBootOptions **pVal)
 {
     return(((delegate * unmanaged <IFileSystemImage2 *, IBootOptions **, int>)(lpVtbl[17]))((IFileSystemImage2 *)Unsafe.AsPointer(ref this), pVal));
 }
Ejemplo n.º 2
0
 public int get_BootImageOptions([NativeTypeName("IBootOptions **")] IBootOptions **pVal)
 {
     return(((delegate * unmanaged <IFileSystemImage3 *, IBootOptions **, int>)(lpVtbl[17]))((IFileSystemImage3 *)Unsafe.AsPointer(ref this), pVal));
 }