在线等待,急! API函数的使用

某些API函数的参数的类型是rect,hbrush,或用指针表示的而在pb中没有对应的类型,在pb中不知如何说明,使用此种API函数。
例如:
FUNCTION ulong DrawText(ulong hdc,ref string lpStr,ulong nCount,ref RECT lpRect,ulong wFormat) LIBRARY "user32.dll" ALIAS FOR "DrawTextA"
中的rect

FUNCTION ulong DragQueryPoint(ulong HDROP,ref POINTAPI lpPoint) LIBRARY "shell32.dll"
中的pointapi

[359 byte] By [entofu-entofu] at [2007-12-13]
# 1
定义结构
billxia at 2007-10-24 > top of Msdn China Tech,PowerBuilder,API调用...