Changeset 41109 in vbox for trunk/include/VBox/HGSMI
- Timestamp:
- May 2, 2012 8:37:46 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HGSMI/HGSMI.h
r36536 r41109 296 296 void HGSMIHeapDestroy (HGSMIHEAP *pHeap); 297 297 298 void* HGSMIHeapBufferAlloc (HGSMIHEAP *pHeap, 299 HGSMISIZE cbBuffer); 300 301 void HGSMIHeapBufferFree(HGSMIHEAP *pHeap, 302 void *pvBuf); 303 298 304 void *HGSMIHeapAlloc (HGSMIHEAP *pHeap, 299 305 HGSMISIZE cbData,
Note:
See TracChangeset
for help on using the changeset viewer.