Changeset 40603 in vbox
- Timestamp:
- Mar 24, 2012 1:39:14 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77015
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxTpG.h
r40601 r40603 167 167 168 168 /** 169 * VTG providerattributes.169 * VTG attributes. 170 170 */ 171 171 typedef struct VTGDESCATTR … … 176 176 } VTGDESCATTR; 177 177 AssertCompileSize(VTGDESCATTR, 3); 178 /** Pointer to a const VTG attribute. */ 179 typedef VTGDESCATTR const *PCVTGDESCATTR; 178 180 179 181 … … 189 191 VTGDESCATTR AttrModules; 190 192 VTGDESCATTR AttrFunctions; 191 VTGDESCATTR AttrName ;193 VTGDESCATTR AttrNames; 192 194 VTGDESCATTR AttrArguments; 193 195 uint8_t bReserved;
Note:
See TracChangeset
for help on using the changeset viewer.