Changeset 51751 in vbox for trunk/include
- Timestamp:
- Jun 27, 2014 8:46:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd.h
r50991 r51751 473 473 474 474 /** 475 * Loads a single plugin given by filename. 476 * 477 * @returns VBox status code. 478 * @param pszFilename The plugin filename to load. 479 */ 480 VBOXDDU_DECL(int) VDPluginLoadFromFilename(const char *pszFilename); 481 482 /** 483 * Load all plugins from a given path. 484 * 485 * @returns VBox statuse code. 486 * @param pszPath The path to load plugins from. 487 */ 488 VBOXDDU_DECL(int) VDPluginLoadFromPath(const char *pszPath); 489 490 /** 475 491 * Lists all HDD backends and their capabilities in a caller-provided buffer. 476 492 *
Note:
See TracChangeset
for help on using the changeset viewer.