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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2508 TCHAR *deviceHwid; local
2539 deviceHwid = (TCHAR *) malloc (size);
2544 (PBYTE)deviceHwid,
2549 free (deviceHwid);
2550 deviceHwid = NULL;
2562 for (TCHAR *t = deviceHwid;
2563 t && *t && t < &deviceHwid[size / sizeof(TCHAR)];
2583 if (deviceHwid)
2585 free (deviceHwid);
2586 deviceHwid
[all...]

Completed in 55 milliseconds