Advertisement
Kitomas

_kit_w32_audioPropKeyDef.h (scrapped)

Jul 14th, 2023
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.71 KB | Source Code | 0 0
  1. #ifndef _KIT_W32_AUDIOPROPKEYDEF_H
  2. #define _KIT_W32_AUDIOPROPKEYDEF_H
  3.  
  4. #include <propkeydef.h>
  5.  
  6. //these are of type LPWSTR (wchar_t*)
  7. DEFINE_PROPERTYKEY(PKEY_Device_FriendlyName,           0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0x20, 0x67, 0xd1, 0x46, 0xa8, 0x50, 0xe0, 14);
  8. DEFINE_PROPERTYKEY(PKEY_Device_DeviceDesc,             0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0x20, 0x67, 0xd1, 0x46, 0xa8, 0x50, 0xe0, 2);
  9. DEFINE_PROPERTYKEY(PKEY_DeviceInterface_FriendlyName,  0x026e516e, 0xb814, 0x414b, 0x83, 0xcd, 0x85, 0x6d, 0x6f, 0xef, 0x48, 0x22, 2);
  10.  
  11. DEFINE_PROPERTYKEY(PKEY_Device_InstanceId,             0x78c34fc8, 0x104a, 0x4aca, 0x9e, 0xa4, 0x52, 0x4d, 0x52, 0x99, 0x6e, 0x57, 256);
  12.  
  13. #endif /* _KIT_W32_AUDIOPROPKEYDEF_H */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement