.
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.
