Searched defs:iDefault (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DNetIf-win.cpp93 static int collectNetIfInfo(Bstr &strName, Guid &guid, PNETIFINFO pInfo, int iDefault) argument
194 pInfo->bIsDefault = (pAdapter->IfIndex == iDefault);
1469 int iDefault = getDefaultInterfaceIndex();
1551 iDefault);
/vbox/include/iprt/cpp/
H A Dxml.h783 bool getChildElementValueDefP(const char *pcszPath, int32_t iDefault, int32_t *piValue, const char *pcszNamespace = NULL) const argument
788 *piValue = iDefault;
799 bool getChildElementValueDefP(const char *pcszPath, int64_t iDefault, int64_t *piValue, const char *pcszNamespace = NULL) const argument
804 *piValue = iDefault;
/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp144 int iDefault, bool *pfDefault)
151 return iDefault;
159 return iDefault;
143 drvAudioGetConfInt(PCFGMNODE pCfgHandle, const char *pszKey, int iDefault, bool *pfDefault) argument

Completed in 72 milliseconds