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

/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp2535 VMMR3DECL(int) CFGMR3QueryU16Def(PCFGMNODE pNode, const char *pszName, uint16_t *pu16, uint16_t u16Def) argument
2538 int rc = CFGMR3QueryIntegerDef(pNode, pszName, &u64, u16Def);
2547 *pu16 = u16Def;

Completed in 51 milliseconds