public HRESULT put_BootImageOptions(IBootOptions *newVal)
 {
     return(((delegate * unmanaged <IFileSystemImage2 *, IBootOptions *, int>)(lpVtbl[18]))((IFileSystemImage2 *)Unsafe.AsPointer(ref this), newVal));
 }
예제 #2
0
 public int put_BootImageOptions([NativeTypeName("IBootOptions *")] IBootOptions *newVal)
 {
     return(((delegate * unmanaged <IFileSystemImage3 *, IBootOptions *, int>)(lpVtbl[18]))((IFileSystemImage3 *)Unsafe.AsPointer(ref this), newVal));
 }