sbz-switch 4.1.0

Utility for changing Sound Blaster parameters on Windows
Documentation
#![allow(non_upper_case_globals)]
#![allow(unknown_lints)]
#![allow(clippy::unreadable_literal)]

use winapi::shared::wtypes::PROPERTYKEY;

DEFINE_PROPERTYKEY! {PKEY_DeviceInterface_FriendlyName,
0x026e516e, 0xb814, 0x414b, 0x83, 0xcd, 0x85, 0x6d, 0x6f, 0xef, 0x48, 0x22,
2}
DEFINE_PROPERTYKEY! {PKEY_Device_DeviceDesc,
0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0x20, 0x67, 0xd1, 0x46, 0xa8, 0x50, 0xe0,
2}