Desktop Functions: Smart Device Functions:
|
STGC (ole32)
C# Signature:
[DllImport("ole32.dll")] User-Defined Types:None. Notes:None. Tips & Tricks:Define the ulSectorSize member of the STGOPTIONS structure using type uint (which is 32-bits in C#) instead of ulong (which is 64-bits in C#). Please add some more! Sample Code:Please add some! Alternative Managed API:The Visual Studio SDK now has an OLE InterOp dll (freely available) that wraps all the structured storage functionality. The System.IO.Package in the NET 3.0 also wraps it in internal methods - but you can access them through the packaging api's. See StgOpenStorageEx for an example of using the System.IO.Packaging classes to access OLE structured storage. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|