Home
last modified time | relevance | path

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

/third_party/python/PC/
Dpyshellext.def5 DllCanUnloadNow PRIVATE
Dpyshellext.cpp495 STDAPI DllCanUnloadNow() {
/third_party/python/Lib/ctypes/
D__init__.py541 def DllCanUnloadNow(): function
546 return ccom.DllCanUnloadNow()
/third_party/python/Modules/_ctypes/
Dcallbacks.c595 STDAPI DllCanUnloadNow(void) in DllCanUnloadNow() function
/third_party/python/Doc/library/
Dctypes.rst1896 .. function:: DllCanUnloadNow()
1899 COM servers with ctypes. It is called from the DllCanUnloadNow function that
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch11540 + 'DllCanUnloadNow PRIVATE'])