Add `.. availability:: Windows` directive to COM-related function prototype (GH-127436)
https://github.com/python/cpython/commit/145276a072ae058bac42ee43a4235cd4eda... commit: 145276a072ae058bac42ee43a4235cd4eda2726b branch: main author: Jun Komoda <45822440+junkmd@users.noreply.github.com> committer: encukou <encukou@gmail.com> date: 2025-01-07T09:36:27+01:00 summary: Add `.. availability:: Windows` directive to COM-related function prototype (GH-127436) Add a directive to prototype that "returns a foreign function that will call a COM method" files: M Doc/library/ctypes.rst diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 398cb92bac809a..f25bf94417c198 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1812,6 +1812,8 @@ different ways, depending on the type and number of the parameters in the call: the COM interface as first argument, in addition to those parameters that are specified in the :attr:`!argtypes` tuple. + .. availability:: Windows + The optional *paramflags* parameter creates foreign function wrappers with much more functionality than the features described above.
participants (1)
-
encukou