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

/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp113 DWORD APIENTRY NPGetCaps(DWORD nIndex) argument
117 Log(("VBOXNP: GetNetCaps: Index = 0x%x\n", nIndex));
119 switch (nIndex)
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxLA.cpp294 uint32_t nIndex = RTStrToUInt32(pszIndex); local
295 if (nIndex == 0)
312 pEntry->u32Index = nIndex;
327 if (pIter->u32Index > nIndex)

Completed in 37 milliseconds