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"
This commit is contained in:
Jun Komoda 2025-01-07 17:36:27 +09:00 committed by GitHub
parent b3cbd8f1b5
commit 145276a072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.