Lines Matching refs:szNICDesc
191 char szNICDesc[256];
196 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - %s", szNICInstance, Description.c_str());
204 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - %s", szNICInstance, Description.c_str());
207 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s - Ethernet", szNICInstance);
210 RTStrPrintf(szNICDesc, sizeof(szNICDesc), "%s", szNICInstance);
300 if (SUCCEEDED(IfObj->init(Bstr(szNICDesc), enmType, &Info)))
497 char szNICDesc[LIFNAMSIZ + 256];
499 strcpy(szNICDesc, pszIface);