|
-
January 26th, 2009, 08:26 AM
#3
Re: how can i get author, comments, ... from a file ?
i tried to adapt the information from the VeryQueryValue Page and your post, but unfortunately i did not get the 'comments' Information 
i used the following lines:
/* when i looked with my debugger on the lpFfi-entries, there is nothing usefull inside */
VerQueryValue( lpVersionInfo, TEXT("Comments"), (LPVOID*) &lpFfi, &uLen);
/* at the opposite: with the following line i got some information ... specially the 'version' information, after some more work i shown i the first post */
VerQueryValue( lpVersionInfo , _T("\\") , (LPVOID *)&lpFfi , &uLen );
what is the fault in my proceeding ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|