Lines Matching full:dll
431 // If OS returned empty string or resource id (like "@tzres.dll,-211")
953 // dynamically. This is to avoid being depending on dbghelp.dll and
954 // tlhelp32.dll when running (the functions in tlhelp32.dll have been moved to
955 // kernel32.dll at some point so loading functions defines in TlHelp32.h
958 // Function pointers to functions dynamically loaded from dbghelp.dll.
971 // Function pointers to functions dynamically loaded from dbghelp.dll.
978 // dynamically loaded DLL function..
982 // Define the type for each dynamically loaded DLL function. The function
1032 // DbgHelp.h typedefs. Implementation found in dbghelp.dll.
1052 // Declare a variable for each dynamically loaded DLL function.
1068 // Load functions from the dbghelp.dll module.
1069 module = LoadLibrary(TEXT("dbghelp.dll"));
1082 // Load functions from the kernel32.dll module (the TlHelp32.h function used
1083 // to be in tlhelp32.dll but are now moved to kernel32.dll).
1084 module = LoadLibrary(TEXT("kernel32.dll"));
1189 // Walk the stack using the facilities in dbghelp.dll and tlhelp32.dll
1199 // Load the required functions from DLL's.