1 write to _hr
WindowsBase (1)
Base\MS\Internal\Security\RightsManagement\CallbackHandler.cs (1)
97_hr = hr; // we are assigning hr first as the next command can potentially throw, and we would like to have hr value preserved
1 reference to _hr
WindowsBase (1)
Base\MS\Internal\Security\RightsManagement\CallbackHandler.cs (1)
79Errors.ThrowOnErrorCode(_hr);