// Registry property descriptor: The properties that will be written to Windows registry. .feature_reg_property = { .wLength = MSOS20_FEATURE_REG_PROPERTY_SIZE, // e.g. 0x84 .wDescriptorType = MSOS20_FEATURE_REG_PROPERTY, .wPropertyDataType = WINUSB_EXTENDED_PROPERTIES_MULTISZ_DATA_TYPE, // Type of registry property .wPropertyNameLength = MSOS20_PROPERTY_NAME_LENGTH, // Length of property name .propertyName = { // Property name: DeviceInterfaceGUIDs 'D', 0x00, 'e', 0x00, 'v', 0x00, 'i', 0x00, 'c', 0x00, 'e', 0x00, 'I', 0x00, 'n', 0x00, 't', 0x00, 'e', 0x00, 'r', 0x00, 'f', 0x00, 'a', 0x00, 'c', 0x00, 'e', 0x00, 'G', 0x00, 'U', 0x00, 'I', 0x00, 'D', 0x00, 's', 0x00, 0x00, 0x00 }, .wPropertyDataLength = MSOS20_PROPERTY_DATA_LENGTH, // Length of property data .propertyData = { // Property data: {9D32F82C-1FB2-4486-8501-B6145B5BA336} '{', 0x00, '9', 0x00, 'D', 0x00, '3', 0x00, '2', 0x00, 'F', 0x00, '8', 0x00, '2', 0x00, 'C', 0x00, '-', 0x00, '1', 0x00, 'F', 0x00, 'B', 0x00, '2', 0x00, '-', 0x00, '4', 0x00, '4', 0x00, '8', 0x00, '6', 0x00, '-', 0x00, '8', 0x00, '5', 0x00, '0', 0x00, '1', 0x00, '-', 0x00, 'B', 0x00, '6', 0x00, '1', 0x00, '4', 0x00, '5', 0x00, 'B', 0x00, '5', 0x00, 'B', 0x00, 'A', 0x00, '3', 0x00, '3', 0x00, '6', 0x00, '}', 0x00, 0x00, 0x00, 0x00, 0x00 } }