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

/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp43 static char const g_szPrefixUnc[] = "\\??\\UNC\\"; variable
208 pszPrefix = g_szPrefixUnc;
209 cchPrefix = sizeof(g_szPrefixUnc) - 1;
314 pszPrefix = g_szPrefixUnc;
315 cchPrefix = sizeof(g_szPrefixUnc) - 1;

Completed in 580 milliseconds