- 時間撮記:
- 2019-4-10 下午03:11:29 (6 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r78089 r78093 266 266 Msg.setNextUInt32(uScreenId); 267 267 268 int rc = G uestDnDInst()->hostCall(Msg.getType(), Msg.getCount(), Msg.getParms());268 int rc = GUESTDNDINST()->hostCall(Msg.getType(), Msg.getCount(), Msg.getParms()); 269 269 if (RT_SUCCESS(rc)) 270 270 { 271 GuestDnDResponse *pResp = G uestDnDInst()->response();271 GuestDnDResponse *pResp = GUESTDNDINST()->response(); 272 272 AssertPtr(pResp); 273 273 … … 348 348 349 349 /* Dito. */ 350 GuestDnDResponse *pResp = G uestDnDInst()->response();350 GuestDnDResponse *pResp = GUESTDNDINST()->response(); 351 351 AssertPtr(pResp); 352 352 … … 961 961 AssertPtrReturn(pCtx, VERR_INVALID_POINTER); 962 962 963 GuestDnD *pInst = G uestDnDInst();963 GuestDnD *pInst = GUESTDNDINST(); 964 964 if (!pInst) 965 965 return VERR_INVALID_POINTER; … … 1096 1096 AssertPtr(pCtx->mpResp); 1097 1097 1098 GuestDnD *pInst = G uestDnDInst();1098 GuestDnD *pInst = GUESTDNDINST(); 1099 1099 if (!pInst) 1100 1100 return VERR_INVALID_POINTER; … … 1201 1201 AssertPtr(pCtx->mpResp); 1202 1202 1203 GuestDnD *pInst = G uestDnDInst();1203 GuestDnD *pInst = GUESTDNDINST(); 1204 1204 if (!pInst) 1205 1205 return VERR_INVALID_POINTER;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器