typedef struct _LUID_AND_ATTRIBUTES
{
    LUID Luid;
    unsigned long Attributes;
} LUID_AND_ATTRIBUTES, *PLUID_AND_ATTRIBUTES;