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
I'm currently working backwards from an IPropertyStore obtained from an audio device to find the properties I need, and manually creating constants for them. In Rust, for example:
Hey @kennykerr and @AArnott, this is a weird one because it's like a guid constant but with an extra parameter (pid). I'm currently making a change to scrape a bunch of guid constants I wasn't getting before, and I would like to express them in metadata like this (since ECMA-335 doesn't allow for guid constants):
Copied from ilspy.exe output: (I wish it would use hex numbers, but oh well)
I would have to do something custom for PROPERTYKEY. Hopefully it's the only one we'll have to do. I hate doing special cases like this but I'm not sure of a better way to get PROPERTYKEY constants into metadata.
I'm currently working backwards from an IPropertyStore obtained from an audio device to find the properties I need, and manually creating constants for them. In Rust, for example:
The text was updated successfully, but these errors were encountered: