Modify Attributes of ASF files
Im trying to modify attribute of an mp3 file....
everything goes fine but the modifyattribute is creating problem...!!!!
hr = (HRESULT)pHeaderInfo3->ModifyAttribute( wStreamNum,
wAttribIndex,
AttribDataType,
wLangIndex,
pbAttribValue,
dwAttribValueLen );
The return value is a negetive no.. after getlasterror() function the lresult contains 122 code
what does it mean...
below is the list of the values passed to modify...
wStreamNum = 0
wAttribIndex = 22 //got from getattributebyindex
AttribDataType = 1
wLangIndex = 1
pbAttribValue = "tera naam"
dwAttribValueLen = 20
Arun Kumar.
Size the day put no efforts on the morrow!
__________________
Arun Kumar.
Size the day put no efforts on the morrow!
|