const void * tcu_XhOsXface::GetUniqueId(const char *s)
{
   return (const void *) RegisterWindowMessageA(s);
}

Example 3: Adding code to the API-specific part of TCU.

Back to Article