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.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ole32/stg_prop.c". https://source.winehq.org/source/dlls/ole32/stg_prop.c
Debug channel "storage".
Copyright © 2021 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Feb 2021.