Is there a way to programmatically set a comment attribute on a file in XP?

Links to point me in the right direction or example code would be appreciated.

+1


source to share


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







All Articles