You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/IMPLEMENTATION.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ Refer to [WMI start page](https://learn.microsoft.com/en-us/windows/win32/wmisdk
16
16
17
17
The purpose of WMI is to define a proprietary set of environment-independent specifications that enable sharing management information between management apps.
18
18
19
-
CSI-proxy makes WMI queries using `microsoft/wmi` library. Refer to for the call graph.
19
+
CSI-proxy makes WMI queries using `microsoft/wmi` library. Refer to for the call graph below.
20
20
21
21
<aname="microsoft-wmi-library"></a>
22
22
## microsoft/wmi library
23
23
24
-
[WMI based implementation](./WMI.png)
24
+

25
25
26
26
`microsoft/wmi` library leverages the traditional COM interfaces (`IDispatch`) to call the WMI.
0 commit comments