bjolling:
Hitsuji:What I really found funny is that noone realised that the OP wasn't actually asking a legitimate question, he was attempting to pose SPAM as a question. Re read the OP and notice the link under the question, which completely unrelated to the question.
That's unfortunate because I was looking forward to the replies. I only know it's stored in a separate stream in the filesystem. I suppose Google will help me if I ever need to access it
An Alternate Data Stream by the name of DocumentSummaryInformation; there are some other alternate streams that are common, like "ZoneIdentifier... and if course $DATA, where the standard file data goes.
Oh... but the question was how to access it... that's a tad more difficult.The "Easy" way is with Vista or later's FindFirstStreamW and FindNextStreamW functions; with older NT OS's you need to resort to either BackupRead, or, when backup privileges aren't available, NTQueryInformationFile.