Home
last modified time | relevance | path

Searched refs:DllCanUnloadNow (Results 1 – 11 of 11) 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/cpython3/PC/
Dpyshellext_d.def6 DllCanUnloadNow PRIVATE
Dpyshellext.def6 DllCanUnloadNow PRIVATE
Dpyshellext.cpp497 STDAPI DllCanUnloadNow() { in DllCanUnloadNow() function
/external/python/cpython2/Lib/ctypes/
D__init__.py534 def DllCanUnloadNow(): function
539 return ccom.DllCanUnloadNow()
/external/python/cpython3/Lib/ctypes/
D__init__.py541 def DllCanUnloadNow(): function
546 return ccom.DllCanUnloadNow()
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c594 STDAPI DllCanUnloadNow(void) in DllCanUnloadNow() function
/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
/external/python/cpython3/Doc/library/
Dctypes.rst1896 .. function:: DllCanUnloadNow()
1899 COM servers with ctypes. It is called from the DllCanUnloadNow function that