Skip to content

Commit 263e8f9

Browse files
committed
Changed SzName to *uint16 accordingly.
1 parent 6bbac30 commit 263e8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ type PDH_FMT_COUNTERVALUE_LARGE struct {
149149

150150
// Union specialization for double values, used by PdhGetFormattedCounterArray()
151151
type PDH_FMT_COUNTERVALUE_ITEM_DOUBLE struct {
152-
SzName uintptr // pointer to a string
152+
SzName *uint16 // pointer to a string
153153
FmtValue PDH_FMT_COUNTERVALUE_DOUBLE
154154
}
155155

0 commit comments

Comments
 (0)