Exemplo n.º 1
0
 public HRESULT GetDC([NativeTypeName("LPCRECT")] RECT *pRect, [NativeTypeName("DWORD")] uint grfFlags, HDC *phDC)
 {
     return(((delegate * unmanaged <IOleInPlaceSiteWindowless *, RECT *, uint, HDC *, int>)(lpVtbl[23]))((IOleInPlaceSiteWindowless *)Unsafe.AsPointer(ref this), pRect, grfFlags, phDC));
 }
Exemplo n.º 2
0
 public HRESULT GetDC(BOOL Discard, HDC *phdc)
 {
     return(((delegate * unmanaged <IDXGISurface2 *, BOOL, HDC *, int>)(lpVtbl[11]))((IDXGISurface2 *)Unsafe.AsPointer(ref this), Discard, phdc));
 }
Exemplo n.º 3
0
 public HRESULT SelectPicture(HDC hDCIn, HDC *phDCOut, [NativeTypeName("OLE_HANDLE *")] uint *phBmpOut)
 {
     return(((delegate * unmanaged <IPicture *, HDC, HDC *, uint *, int>)(lpVtbl[11]))((IPicture *)Unsafe.AsPointer(ref this), hDCIn, phDCOut, phBmpOut));
 }
Exemplo n.º 4
0
 public HRESULT get_CurDC(HDC *phDC)
 {
     return(((delegate * unmanaged <IPicture *, HDC *, int>)(lpVtbl[10]))((IPicture *)Unsafe.AsPointer(ref this), phDC));
 }
Exemplo n.º 5
0
 public HRESULT SelectPicture(HDC hDCIn, HDC *phDCOut, HHANDLE *phBmpOut)
 {
     return(((delegate * unmanaged <IPicture2 *, HDC, HDC *, HHANDLE *, int>)(lpVtbl[11]))((IPicture2 *)Unsafe.AsPointer(ref this), hDCIn, phDCOut, phBmpOut));
 }
Exemplo n.º 6
0
 public static extern HANIMATIONBUFFER BeginBufferedAnimation(HWND hwnd, HDC hdcTarget, [NativeTypeName("const RECT *")] RECT *prcTarget, BP_BUFFERFORMAT dwFormat, BP_PAINTPARAMS *pPaintParams, BP_ANIMATIONPARAMS *pAnimationParams, HDC *phdcFrom, HDC *phdcTo);
Exemplo n.º 7
0
 public static extern HPAINTBUFFER BeginBufferedPaint(HDC hdcTarget, [NativeTypeName("const RECT *")] RECT *prcTarget, BP_BUFFERFORMAT dwFormat, BP_PAINTPARAMS *pPaintParams, HDC *phdc);