函式原型:VB:Declare Function SetRectEmpty Lib "user32" Alias "SetRectEmpty" (lpRect As RECT) As LongVC:BOOL SetRectEmpty( LPRECT lprc );函式功能:將矩形lpRect設為一個空矩形(所有欄位都為0)返回值:Long,非零表示成功;零表示失敗,會設定GetLastError.參數表:lpRect:RECT,欲設為空的矩形