コード例 #1
0
 public HRESULT GetMonitor(HMONITOR *value)
 {
     return(((delegate * unmanaged <IAppActivationUIInfo *, HMONITOR *, int>)(lpVtbl[3]))((IAppActivationUIInfo *)Unsafe.AsPointer(ref this), value));
 }
コード例 #2
0
 public HRESULT GetMonitor(HMONITOR *monitor)
 {
     return(((delegate * unmanaged <ILaunchTargetMonitor *, HMONITOR *, int>)(lpVtbl[3]))((ILaunchTargetMonitor *)Unsafe.AsPointer(ref this), monitor));
 }