public HRESULT GetMonitor(HMONITOR *value)
 {
     return(((delegate * unmanaged <IAppActivationUIInfo *, HMONITOR *, int>)(lpVtbl[3]))((IAppActivationUIInfo *)Unsafe.AsPointer(ref this), value));
 }
 public HRESULT GetMonitor(HMONITOR *monitor)
 {
     return(((delegate * unmanaged <ILaunchTargetMonitor *, HMONITOR *, int>)(lpVtbl[3]))((ILaunchTargetMonitor *)Unsafe.AsPointer(ref this), monitor));
 }