Skip to content

Conversation

daniel-kane-eb
Copy link
Contributor

https://learn.microsoft.com/en-us/windows/msix/detect-package-identity

Previous method was not working with Window10.

bool hasIdentity()
{
UINT32 length = 0;
LONG rc = GetCurrentPackageFullName(&length, NULL);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for later, but seesm the GetCurrentPackageFullName wouldn't working on Win7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants