Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IPropertySetStorage" in [All]

Enums

.

   /// The caller should use the IPropertySetStorage and IPropertyStorage

.

     '// The caller should use the IPropertySetStorage and IPropertyStorage interfaces

Interfaces

.

Typical enumerator interface over the STATPROPSETSTG structure; typically returned by the IPropertySetStorage Enum method.

.

    public interface IPropertySetStorage

.
Documentation
[IPropertySetStorage] on MSDN

ole32

.

Guids generated with this will return the name using the FmtIdToPropStgName Function, and can be used to generate a new IPropertyStorage interface with IPropertySetStorage.Create(). The name returned will be filled to 26 chars with the letter 'a' due to the fixed size of a Guid and the fact that we're passing all zeros in the BitArray after the name finishes to reach this size.


 
Access PInvoke.net directly from VS: