Changeset 106336 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Oct 16, 2024 5:19:44 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 165149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/VBoxWinDrvStore.h
r106322 r106336 87 87 88 88 struct _VBOXWINDRVSTORE; 89 /** Pointer to Windows driver store instance data. */ 89 90 typedef struct _VBOXWINDRVSTORE *PVBOXWINDRVSTORE; 90 91 … … 167 168 VBOXWINDRVSTOREBACKEND Backend; 168 169 } VBOXWINDRVSTORE; 169 /** Pointer to Windows driver store instance data. */170 typedef VBOXWINDRVSTORE *PVBOXWINDRVSTORE;171 170 172 171 int VBoxWinDrvStoreCreate(PVBOXWINDRVSTORE *ppDrvStore);
Note:
See TracChangeset
for help on using the changeset viewer.