Is there a way to programmatically set a comment attribute on a file in XP?
1 answer
You can do this with some unmanaged calls, check out the OLE32 functions StgOpenPropStg () and StgOpenStorageEx () on MSDN:
http://msdn.microsoft.com/en-us/library/aa380342(VS.85).aspx
A little is enough for this, but the function name should catch you.
0
source to share