FmtIdToPropStgName (OLE32.@)
HRESULT FmtIdToPropStgName ( const FMTID* rfmtid, LPOLESTR str )
Returns the storage name of the format Id rfmtid.
rfmtid | [In] | Format Id for which to return a storage name. |
str | [Out] | Storage name associated with rfmtid. |
E_INVALIDARG if rfmtid or str i NULL, S_OK otherwise.
str must be at least CCH_MAX_PROPSTG_NAME characters in length. Based on the algorithm described here:
http://msdn.Microsoft®.com/library/en-us/stg/stg/names_in_istorage.asp
Defined in "propidl.h".
Implemented in "dlls/ole32/stg_prop.c". source.winehq.org/source/dlls/ole32/stg_prop.c
Debug channel "storage".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.