Home
last modified time | relevance | path

Searched refs:DllCanUnloadNow (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
DDLLX.cpp107 STDAPI DllCanUnloadNow(void) in DllCanUnloadNow() function
121 return _AtlModule.DllCanUnloadNow(); in DllCanUnloadNow()
DDLLX.def28 DllCanUnloadNow PRIVATE
/external/python/cpython2/Lib/ctypes/
D__init__.py530 def DllCanUnloadNow(): function
535 return ccom.DllCanUnloadNow()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c638 STDAPI DllCanUnloadNow(void) in DllCanUnloadNow() function
/external/python/cpython2/Doc/library/
Dctypes.rst1881 .. function:: DllCanUnloadNow()
1884 COM servers with ctypes. It is called from the DllCanUnloadNow function that