Hi folks.
I've tried to parse a NCCALCSIZE_PARAMS struct in vfp2c32front.exe but an error occurs:
Unknown type specifier 'PWINDOWPOS'!
Here is the structure:
typedef struct tagNCCALCSIZE_PARAMS {
RECT rgrc[3];
PWINDOWPOS lppos;
} NCCALCSIZE_PARAMS, *LPNCCALCSIZE_PARAMS;
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632606%28v=vs.85%29.aspx
Please, someone could help me to solve this?
Regards,
I've tried to parse a NCCALCSIZE_PARAMS struct in vfp2c32front.exe but an error occurs:
Unknown type specifier 'PWINDOWPOS'!
Here is the structure:
typedef struct tagNCCALCSIZE_PARAMS {
RECT rgrc[3];
PWINDOWPOS lppos;
} NCCALCSIZE_PARAMS, *LPNCCALCSIZE_PARAMS;
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632606%28v=vs.85%29.aspx
Please, someone could help me to solve this?
Regards,