Discover Packages
github.com/DataDog/datadog-agent/pkg/util/winutil
datadoginterop
package
Version:
v0.75.3
Opens a new window with list of versions in this module.
Published: Feb 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for windows/amd64
Package msstoreapps provides the API for MS Store apps from the Datadog Interop DLL, libdatadog-interop.dll.
FreeStore frees the memory allocated for the CStore struct.
Returns an error if the free operation fails.
type CStore struct {
Count int64
Entries *cStoreEntry
}
Must match the MSStore struct in msstoreapps.h
GetStore returns a pointer to a CStore struct containing the list of MS Store apps.
The caller is responsible for freeing the memory allocated for the CStore struct using FreeStore.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.