struct uSynergyCookie

Overview

User context type.

The uSynergyCookie type is an opaque type that is used by uSynergy to communicate to the client. It is passed along to callback functions as context.

#include <uSynergy.h>

struct uSynergyCookie
{
    // fields

    int ignored;
};