But here I am already calling the function as below:
[DllImport("ole3 2.dll")]
static extern int StgOpenStorage(
[MarshalAs(Unman agedType.LPWStr )] string pwcsName
, IStorage pstgPriority
, STGM grfMode // Access Method (uint)
, IntPtr snbExclude // Must be NULL
, uint reserved // Reserved...
User Profile
Collapse
-
problem using StgOpenStorage()
Hello, I am using the Marshalling of StgOpenStorage in my program. It is giving me the error Error as: The type or namespace name 'IStorage' could not be found (are you missing a using directive or an assembly reference?). Can I have a solution for this, please? -
opening a compound file of vc++ in .net
Hello geeks!
I had a file written to disc using VC++ and MFC with elements like LPSTORAGE, LPUNKNOWN, COleStreamFile objects. Now I want to open the same file using C# .NET. Can anyone help? -
checking all installed products and their licenses
Hello everyone!
I am new to this forum and site. I want to know of how to write a program that displays all the products and their licenses that are being installed. I want to write this program in vc++. One more thing I want to add: I know C# .NET, but I am not that comfortable in vc++. So please tell me from scratch in vc++.
No activity results to display
Show More
Leave a comment: