예제 #1
0
 public int CreateTargetForHwnd([NativeTypeName("HWND")] IntPtr hwnd, [NativeTypeName("BOOL")] int topmost, IDCompositionTarget **target)
 {
     return(((delegate * unmanaged <IDCompositionDesktopDevice *, IntPtr, int, IDCompositionTarget **, int>)(lpVtbl[24]))((IDCompositionDesktopDevice *)Unsafe.AsPointer(ref this), hwnd, topmost, target));
 }
 public HRESULT CreateTargetForHwnd(HWND hwnd, BOOL topmost, IDCompositionTarget **target)
 {
     return(((delegate * unmanaged <IDCompositionDesktopDevice *, HWND, BOOL, IDCompositionTarget **, int>)(lpVtbl[24]))((IDCompositionDesktopDevice *)Unsafe.AsPointer(ref this), hwnd, topmost, target));
 }