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)); }
public HRESULT GetDC(BOOL Discard, HDC *phdc) { return(((delegate * unmanaged <IDXGISurface2 *, BOOL, HDC *, int>)(lpVtbl[11]))((IDXGISurface2 *)Unsafe.AsPointer(ref this), Discard, phdc)); }
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)); }
public HRESULT get_CurDC(HDC *phDC) { return(((delegate * unmanaged <IPicture *, HDC *, int>)(lpVtbl[10]))((IPicture *)Unsafe.AsPointer(ref this), phDC)); }
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)); }
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);
public static extern HPAINTBUFFER BeginBufferedPaint(HDC hdcTarget, [NativeTypeName("const RECT *")] RECT *prcTarget, BP_BUFFERFORMAT dwFormat, BP_PAINTPARAMS *pPaintParams, HDC *phdc);