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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp145 LPFNISDEBUGGERPRESENT lpfnIsDebuggerPresent = NULL; local
150 lpfnIsDebuggerPresent =
152 if(lpfnIsDebuggerPresent)
154 fReturn = (*lpfnIsDebuggerPresent)();

Completed in 43 milliseconds