-
Notifications
You must be signed in to change notification settings - Fork 849
Open
Labels
Description
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, namely0and1) to be available throughwin32con -
Steps to reproduce the problem.
# This is an undocumented nFlag value for PrintWindow
PW_RENDERFULLCONTENT = 0x00000002
windll.user32.PrintWindow(hwnd, dcObject.GetSafeHdc(), PW_RENDERFULLCONTENT)- Version of Python and pywin32
Pyhton 3.9, pywin32-301