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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp52 #define NonStandardLogFlow(x) DoLogging x macro
68 NonStandardLogFlow(("QueryInterface failed, hr (0x%x)\n", hr));
75 NonStandardLogFlow(("Write lock busy\n"));
79 NonStandardLogFlow(("AcquireWriteLock failed, hr (0x%x)\n", hr));
92 NonStandardLogFlow(("QueryInterface failed, hr (0x%x)\n", hr));
98 NonStandardLogFlow(("ReleaseWriteLock failed, hr (0x%x)\n", hr));
114 NonStandardLogFlow(("CoCreateInstance failed, hr (0x%x)\n", hr));
123 NonStandardLogFlow(("Write lock is busy\n", hr));
137 NonStandardLogFlow(("Initialize failed, hr (0x%x)\n", hr));
148 NonStandardLogFlow(("Warnin
[all...]

Completed in 50 milliseconds