CWPRETSTRUCT (Structures)
Last changed: -67.128.30.210

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct CWPRETSTRUCT
{
     IntPtr lResult;
     IntPtr lParam;
     IntPtr wParam;
     uint message;
     IntPtr hWnd;
}

VB Definition:

Structure CWPRETSTRUCT
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation