Searched defs:SetEnvironment (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_2.h | 4716 nsresult (*SetEnvironment)(IGuestSession *pThis, PRUint32 environmentSize, PRUnichar * *environment); member in struct:IGuestSession_vtbl
|
H A D | VBoxCAPI_v4_3.h | 8732 nsresult (*SetEnvironment)(IGuestSession *pThis, PRUint32 environmentSize, PRUnichar * *environment); member in struct:IGuestSession_vtbl 9016 nsresult (*SetEnvironment)(IGuestSession *pThis, PRUint32 environmentSize, PRUnichar * *environment); member in struct:IGuestSessionVtbl 9299 #define IGuestSession_put_Environment(p, aEnvironment) ((p)->lpVtbl->SetEnvironment(p, aEnvironment)) 9300 #define IGuestSession_SetEnvironment(p, aEnvironment) ((p)->lpVtbl->SetEnvironment(p, aEnvironment))
|
Completed in 562 milliseconds