Skip to content

Commit

Permalink
reference
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engl <[email protected]>
  • Loading branch information
englm committed Jan 16, 2025
1 parent 31e8419 commit 5ca61c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/mi/callbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func (o *OperationUnmarshalCallbacks) InstanceResult(
field.SetFloat(float64(element.value))
case ValueTypeINSTANCEA:
// todo
// https://learn.microsoft.com/en-us/windows/win32/api/mi/ns-mi-mi_constinstancea
default:
o.errCh <- fmt.Errorf("unsupported value type: %d", element.valueType)

Expand Down

0 comments on commit 5ca61c0

Please sign in to comment.