BP_PAINTPARAMS (Structures)
Last changed: -50.241.168.105

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Explicit)]
struct BP_PAINTPARAMS
{
    public int cbSize;
    public BPPF dwFlags;
    public IntPtr prcExclude;
    public IntPtr pBlendFunction;
}

VB Definition:

Structure BP_PAINTPARAMS
   Public TODO
End Structure

User-Defined Field Types:

BPPF

Notes:

None.

Documentation