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 "FmtIdToPropStgName" in [All]

ole32

.
Summary
.

static extern int FmtIdToPropStgName([In] ref Guid pfmtid,

.

Public Shared Function FmtIdToPropStgName( _

.
Documentation
[FmtIdToPropStgName] on MSDN
.

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: