[DllImport("uxtheme.dll")]
static extern IntPtr BeginBufferedAnimation(
IntPtr hwnd,
IntPtr hdcTarget,
ref RECT rcTarget,
BPBF dwFormat,
IntPtr pPaintParams,
ref BP_ANIMATIONPARAMS pAnimationParams,
out IntPtr phdcFrom,
out IntPtr phdcTo
);
[DllImport("uxtheme.dll")]
public static extern IntPtr BeginBufferedAnimation(
IntPtr hwnd,
IntPtr hdcTarget,
ref RECT rcTarget,
BPBF dwFormat,
ref BP_PAINTPARAMS pPaintParams,
ref BP_ANIMATIONPARAMS pAnimationParams,
out IntPtr phdcFrom,
out IntPtr phdcTo
);
Declare Function BeginBufferedAnimation Lib "uxtheme.dll" (TODO) As TODO
RECT, BPBF, BP_PAINTPARAMS, BP_ANIMATIONPARAMS
Do you know one? Please contribute it!
None.
Please add some!
Please add some!