Ну во всяком случае из Api-viewer'a вот такое:
- Код: Выделить всё
Type PAINTSTRUCT
hdc As Long
fErase As Long
rcPaint As RECT <- Вот тут
fRestore As Long
fIncUpdate As Long
rgbReserved(32) As Byte
End Type
Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
выдаёт ошибку:
"Forward reference to user-define type"