@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Reads bytes from a record stream field into a buffer. !!!!C# Signature: [DllImport("msi.dll", ExactSpelling=true)] static extern uint MsiRecordReadStream(IntPtr hRecord, uint iField, [Out] byte[] szDataBuf, ref int pcbDataBuf); !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: MSI interop library http://sourceforge.net/project/showfiles.php?group_id=40188&package_id=110212 Documentation: MsiRecordReadStream@msdn on MSDN
Edit msi.MsiRecordRead...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.