Skip to content

Conversation

@ksmith3036
Copy link

Updated to new build tools and new Windows SDK. Fixed conflicting method declarations.
Fixed handling of user versus machine keys.
Added DeleteKeys method, accepting a regex as argument, to delete several keys in one operation.

@ksmith3036
Copy link
Author

@ksmith3036 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree

}
hr = S_OK;
continue;
goto Cleanup;
Copy link
Contributor

Choose a reason for hiding this comment

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

the goto statement can be deleted.

Copy link
Author

Choose a reason for hiding this comment

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

Thank you for spotting it. I have removed it!

{
wprintf(L" Failed (0x%08lx)\n", hr);
}
else {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you uniform styles? Here { is on same line as else. On others its on next line.

Copy link
Author

Choose a reason for hiding this comment

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

Done!

}
}

if (matchingKeys == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Similarly, { is on same line as if here but on new line in other places.

Copy link
Author

Choose a reason for hiding this comment

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

Done!


// SIPA event structures

////
Copy link
Contributor

Choose a reason for hiding this comment

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

Please delete old declarations or code (to see what the previous code looked like, one can use git history).

Copy link
Author

Choose a reason for hiding this comment

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

Done!

Copy link
Collaborator

Choose a reason for hiding this comment

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

@ksmith3036 old PR but if you refresh and confirm I am happy to review and merge

Copy link
Collaborator

@dwizzzle dwizzzle left a comment

Choose a reason for hiding this comment

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

changes look good to me and covered Ron's feedback

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.

3 participants