GRADD capability information.
typedef struct _CAPSINFO
{
ULONG ulLength; /* Size of the CAPSINFO data structure, in bytes. */
PSZ pszFunctionClassID; /* Name describing function set. */
ULONG ulFCFlags; /* Function class specific flags. */
} CAPSINFO;
typedef CAPSINFO *PCAPSINFO;