VirtualBox

Ignore:
Timestamp:
Feb 11, 2009 4:47:53 PM (16 years ago)
Author:
vboxsync
Message:

cbinding: Added the functions to get and set the environment variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/cbinding.h

    r16497 r16684  
    5656VBOXXPCOMC_DECL(int) VBoxUtf8ToUtf16(const char *pszString, PRUnichar **ppwszString);
    5757
     58/* Getting and Setting the Enviornment Variables */
     59VBOXXPCOMC_DECL(const char*) VBoxGetEnv(const char *pszVar);
     60VBOXXPCOMC_DECL(int) VBoxSetEnv(const char *pszVar, const char *pszValue);
     61
    5862#ifdef __cplusplus
    5963}
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