PropStgNameToFmtId (OLE32.@)
HRESULT PropStgNameToFmtId ( const LPOLESTR str, FMTID* rfmtid )
Returns the format Id corresponding to the given name.
str | [In] | Storage name to convert to a format ID. |
rfmtid | [Out] | Format Id corresponding to str. |
E_INVALIDARG if rfmtid or str is NULL or if str can't be converted to a format ID, S_OK otherwise.
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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.