I cannot figure out what the equivalent Delphi for this C struct would be:typedef struct _USB_DEVICE_REQUEST {
union
{
BYTE bmRequestType;
struct
{
BYTE Recipient:5;
BYTE DataDirection:1;
}
Bits;
};I know it's a type of free union variant but what the heck is it. Thanks........ Jim __________________________________________________ Delphi-Talk mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk
