17 T2String8::Format( fmtStr,
"%08lX-%04hX-%04hX-%02hhX%02hhX-%02hhX%02hhX%02hhX%02hhX%02hhX%02hhX", a_poDeviceInstance->guidProduct.Data1, a_poDeviceInstance->guidProduct.Data2, a_poDeviceInstance->guidProduct.Data3, a_poDeviceInstance->guidProduct.Data4[ 0 ], a_poDeviceInstance->guidProduct.Data4[ 1 ], a_poDeviceInstance->guidProduct.Data4[ 2 ], a_poDeviceInstance->guidProduct.Data4[ 3 ], a_poDeviceInstance->guidProduct.Data4[ 4 ], a_poDeviceInstance->guidProduct.Data4[ 5 ], a_poDeviceInstance->guidProduct.Data4[ 6 ], a_poDeviceInstance->guidProduct.Data4[ 7 ] );