Changeset 222 in vbox
- Timestamp:
- Jan 22, 2007 10:27:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/hgcm/HGCM.cpp
r1 r222 1149 1149 { 1150 1150 LogFlow(("HGCMMSGID_HOSTCALL found service, forwarding the call.\n")); 1151 pService->HostCall ( 0, NULL, pMsg->u32Function, pMsg->cParms, pMsg->paParms);1151 pService->HostCall (NULL, 0, pMsg->u32Function, pMsg->cParms, pMsg->paParms); 1152 1152 } 1153 1153 } break;
Note:
See TracChangeset
for help on using the changeset viewer.