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

Implemented APIs for set/get AppUserModelID #5374

Open
wants to merge 3 commits into
base: nw18
Choose a base branch
from

Commits on Oct 18, 2016

  1. [win] implemented APIs for set/get App User Model ID

    AUMID ([AppUserModelID](https://msdn.microsoft.com/en-us/library/windows/desktop/dd378459(v=vs.85).aspx))
    is useful to group windows on task bars for multi-process applications
    on Windows 7 or later. With the newly added APIs, developers can
    get and explicitly set AUMID for each window. Or set a default
    AUMID for all windows opened.
    Cong Liu committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    ab0500c View commit details
    Browse the repository at this point in the history
  2. [doc] added docs for AppUserModelID

    Cong Liu committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    942a5be View commit details
    Browse the repository at this point in the history
  3. added test case for issue-5347

    Cong Liu committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    b643e3c View commit details
    Browse the repository at this point in the history