Skip to content

Commit 1f0450b

Browse files
committed
Add official documentation links.
1 parent 3ebdc60 commit 1f0450b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/library/ctypes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,6 +1998,10 @@ Utility functions
19981998

19991999
.. availability:: Windows
20002000

2001+
.. seealso::
2002+
2003+
`DllCanUnloadNow function official documentation <https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-dllcanunloadnow>`_
2004+
20012005

20022006
.. function:: DllGetClassObject()
20032007

@@ -2007,6 +2011,10 @@ Utility functions
20072011

20082012
.. availability:: Windows
20092013

2014+
.. seealso::
2015+
2016+
`DllGetClassObject function official documentation <https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-dllgetclassobject>`_
2017+
20102018

20112019
.. function:: find_library(name)
20122020
:module: ctypes.util

0 commit comments

Comments
 (0)