We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebdc60 commit 1f0450bCopy full SHA for 1f0450b
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