Searched defs:uiOrder (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Installer/ |
H A D | VBoxDrvInst.cpp | 507 * @param uiOrder Position (zero-based) of where to add the value to the list. 509 int RegistryAddStringToMultiSZ(const TCHAR *pszSubKey, const TCHAR *pszKeyValue, const TCHAR *pszValueToAdd, unsigned int uiOrder) argument 512 _tprintf(_T("AddStringToMultiSZ: Adding MULTI_SZ string %ws to %ws\\%ws (Order = %d)\n"), pszValueToAdd, pszSubKey, pszKeyValue, uiOrder); 552 if (iPos == uiOrder) 573 if (uiOrder >= iPos) 692 * @param uiOrder Position (zero-based) of where to add the value to the list. 696 unsigned int uiOrder, DWORD dwFlags) 730 if (iPos == uiOrder) 758 if (uiOrder >= iPos) 864 * @param uiOrder Positio 695 RegistryAddStringToList(const TCHAR *pszSubKey, const TCHAR *pszKeyValue, const TCHAR *pszValueToAdd, unsigned int uiOrder, DWORD dwFlags) argument 866 AddNetworkProvider(const TCHAR *pszProvider, unsigned int uiOrder) argument [all...] |
Completed in 64 milliseconds