Searched refs:aSessionPID (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMachineImpl.h929 HRESULT getSessionPID(ULONG *aSessionPID);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp2683 HRESULT Machine::getSessionPID(ULONG *aSessionPID) argument
2687 *aSessionPID = mData->mSession.mPID;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6639 #define IMachine_get_SessionPID(p, aSessionPID) ((p)->lpVtbl->GetSessionPID(p, aSessionPID))
6640 #define IMachine_GetSessionPID(p, aSessionPID) ((p)->lpVtbl->GetSessionPID(p, aSessionPID))

Completed in 2820 milliseconds