8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a500503 commit 0a33f3eCopy full SHA for 0a33f3e
Doc/library/ctypes.rst
@@ -1998,6 +1998,10 @@ Utility functions
1998
1999
.. availability:: Windows
2000
2001
+ .. seealso::
2002
+
2003
+ `DllCanUnloadNow function official documentation <https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-dllcanunloadnow>`_
2004
2005
2006
.. function:: DllGetClassObject()
2007
@@ -2007,6 +2011,10 @@ Utility functions
2011
2008
2012
2009
2013
2014
2015
2016
+ `DllGetClassObject function official documentation <https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-dllgetclassobject>`_
2017
2010
2018
2019
.. function:: find_library(name)
2020
:module: ctypes.util
0 commit comments