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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/tools/
H A DVBoxNetFltInstall.cpp78 WCHAR PtInf[MAX_PATH]; local
96 dwSize = MyGetfullPathNameW(VBOX_NETFLT_PT_INF, sizeof(PtInf)/sizeof(PtInf[0]), PtInf);
99 /** @todo add size check for (sizeof(PtInf)/sizeof(PtInf[0])) == dwSize (string length in sizeof(PtInf[0])) */
106 LPCWSTR aInfs[] = {PtInf, MpInf};

Completed in 105 milliseconds