File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ void RegisterForSensitivityLabelChange()
176176 CHECK_FAILURE (sensitivityLabelsCollection->GetValueAtIndex(i, &sensitivityLabel));
177177
178178 // Get the label type
179- COREWEBVIEW2_SENSITIVITY_LABEL_TYPE labelType ;
180- CHECK_FAILURE (sensitivityLabel->get_LabelType(&labelType ));
179+ COREWEBVIEW2_SENSITIVITY_LABEL_KIND labelKind ;
180+ CHECK_FAILURE (sensitivityLabel->get_LabelKind(&labelKind ));
181181
182182 if (i > 0)
183183 {
@@ -187,7 +187,7 @@ void RegisterForSensitivityLabelChange()
187187 // Handle different label types
188188 switch (labelType)
189189 {
190- case COREWEBVIEW2_SENSITIVITY_LABEL_TYPE_MIP :
190+ case COREWEBVIEW2_SENSITIVITY_LABEL_KIND_MIP :
191191 {
192192 Microsoft::WRL::ComPtr<ICoreWebView2SensitivityLabelMip> microsoftLabel;
193193 if (SUCCEEDED(sensitivityLabel.As(µsoftLabel)))
You can’t perform that action at this time.
0 commit comments