Skip to content

Add PW_RENDERFULLCONTENT to constants #1799

@Avasam

Description

@Avasam

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions