Searched refs:ppSettings (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwpcapi.idl96 [out] IWPCSettings **ppSettings);
100 [out] IWPCWebSettings **ppSettings);
115 [out] IWPCGamesSettings **ppSettings) ;
/vbox/src/bldprogs/
H A Dscm.cpp560 * @param ppSettings Where to return the new struct.
563 static int scmSettingsCreate(PSCMSETTINGS *ppSettings, PCSCMSETTINGSBASE pSettingsBase) argument
575 *ppSettings = pSettings;
728 * @param ppSettings Where to return the new settings.
732 static int scmSettingsCreateFromFile(PSCMSETTINGS *ppSettings, const char *pszFilename, PCSCMSETTINGSBASE pSettingsBase) argument
741 *ppSettings = pSettings;
747 *ppSettings = NULL;
760 * @param ppSettings Where to return the pointer to the top stack
766 static int scmSettingsCreateForPath(PSCMSETTINGS *ppSettings, PCSCMSETTINGSBASE pBaseSettings, const char *pszPath) argument
768 *ppSettings
[all...]

Completed in 997 milliseconds