Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PW_RENDERFULLCONTENT to constants #1799

Open
Avasam opened this issue Nov 16, 2021 · 0 comments · May be fixed by #2452
Open

Add PW_RENDERFULLCONTENT to constants #1799

Avasam opened this issue Nov 16, 2021 · 0 comments · May be fixed by #2452

Comments

@Avasam
Copy link
Collaborator

Avasam commented Nov 16, 2021

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 PrintWindow
PW_RENDERFULLCONTENT = 0x00000002
windll.user32.PrintWindow(hwnd, dcObject.GetSafeHdc(), PW_RENDERFULLCONTENT)
  • Version of Python and pywin32
    Pyhton 3.9, pywin32-301
@Avasam Avasam linked a pull request Jan 7, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant