i am in the process of porting an app that extracts Xbox *.xpr files so you can edit the texture data of games like Dead or Alive 3...
in the source code, he typedefs "dword" as an unsigned int and includes the dword type in all of his structs for the xpr file structure.
For some odd reason...