Searched refs:MAX_DEVICE_ID_LEN (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcfgmgr32.h109 #define MAX_DEVICE_ID_LEN 200 macro
110 #define MAX_DEVNODE_ID_LEN MAX_DEVICE_ID_LEN
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcfgmgr32.h113 #define MAX_DEVICE_ID_LEN 200 macro
114 #define MAX_DEVNODE_ID_LEN MAX_DEVICE_ID_LEN
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp1506 WCHAR wszDevID[MAX_DEVICE_ID_LEN];
1508 wszDevID, MAX_DEVICE_ID_LEN, 0) == CR_SUCCESS)
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2569 TCHAR devId[MAX_DEVICE_ID_LEN];
2571 devId, MAX_DEVICE_ID_LEN, 0) == CR_SUCCESS)

Completed in 57 milliseconds