Is there any file specification for .pri files (binary resource file inside Metro application package)?
If not is there any source code for LoadPriFiles so I could figure out the file format?
I don't believe the pri file specification is documented. Do you have a specific need for this or is it just curiosity?
You can find documentation on using makepri to examine and manipulate pri files in the Resource Management System docs.
--Rob