pub type USEROBJECTFLAGS = tagUSEROBJECTFLAGS;
struct USEROBJECTFLAGS { pub fInherit: i32, pub fReserved: i32, pub dwFlags: u32, }
fInherit: i32
fReserved: i32
dwFlags: u32