VirtualBox

Changeset 51751 in vbox for trunk/include


Ignore:
Timestamp:
Jun 27, 2014 8:46:25 PM (11 years ago)
Author:
vboxsync
Message:

Storage/VD: Add methods to load a plugin from a given path/file. Preparation for support of VD plugins in extension packs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vd.h

    r50991 r51751  
    473473
    474474/**
     475 * Loads a single plugin given by filename.
     476 *
     477 * @returns VBox status code.
     478 * @param   pszFilename     The plugin filename to load.
     479 */
     480VBOXDDU_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 */
     488VBOXDDU_DECL(int) VDPluginLoadFromPath(const char *pszPath);
     489
     490/**
    475491 * Lists all HDD backends and their capabilities in a caller-provided buffer.
    476492 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette