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.
.. seealso::
1 parent 017f845 commit f0344ceCopy full SHA for f0344ce
Doc/library/ctypes.rst
@@ -2001,6 +2001,7 @@ Utility functions
2001
2002
2003
`DllCanUnloadNow function official documentation<https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-dllcanunloadnow>`_
2004
+ -- The official documentation of ``DllCanUnloadNow``.
2005
2006
2007
.. function:: DllGetClassObject()
@@ -2014,6 +2015,7 @@ Utility functions
2014
2015
2016
2017
`DllGetClassObject function official documentation<https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-dllgetclassobject>`_
2018
+ -- The official documentation of ``DllGetClassObject``.
2019
2020
2021
.. function:: find_library(name)
0 commit comments