Desktop Functions: Smart Device Functions:
|
Search Results for "FmtIdToPropStgName" in [All]ole32
static extern int FmtIdToPropStgName([In] ref Guid pfmtid,
Public Shared Function FmtIdToPropStgName( _ 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. |