class CVRPathRegistry_Public
{ public: static std::string GetVRPathRegistryFilename(); static std::string GetOpenVRConfigPath();
public:
CVRPathRegistry_Public();
/** Returns paths using the path registry and the provided override values. Pass NULL for any paths you don't care about.
* Returns false if the path registry could not be read. Valid paths might still be returned based on environment variables. */ staticbool GetPaths( std::string *psRuntimePath, std::string *psConfigPath, std::string *psLogPath, constchar *pchConfigPathOverride, constchar *pchLogPathOverride, std::vector<std::string> *pvecExternalDrivers = NULL );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.