You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that issues in this repository are only for bugs or feature requests in the pywin32.
If you need support or help using this package, please follow these instructions - support or help requests will be closed without comment.
For all bugs, please provide the following information.
Expected behavior and actual behavior. PW_RENDERFULLCONTENT (and other PW constants, namely 0 and 1) to be available through win32con
Steps to reproduce the problem.
# This is an undocumented nFlag value for PrintWindowPW_RENDERFULLCONTENT=0x00000002windll.user32.PrintWindow(hwnd, dcObject.GetSafeHdc(), PW_RENDERFULLCONTENT)
Version of Python and pywin32
Pyhton 3.9, pywin32-301
The text was updated successfully, but these errors were encountered:
Note that issues in this repository are only for bugs or feature requests in the pywin32.
If you need support or help using this package, please follow these instructions - support or help requests will be closed without comment.
For all bugs, please provide the following information.
Expected behavior and actual behavior.
PW_RENDERFULLCONTENT
(and other PW constants, namely0
and1
) to be available throughwin32con
Steps to reproduce the problem.
Pyhton 3.9, pywin32-301
The text was updated successfully, but these errors were encountered: