PropStgNameToFmtId(3w)
NAME
PropStgNameToFmtId (OLE32.@)
SYNOPSIS
HRESULT PropStgNameToFmtId ( const LPOLESTR str, FMTID* rfmtid )
DESCRIPTION
Returns the format Id corresponding to the given name.
PARAMS
str [In] Storage name to convert to a format ID.
rfmtid [Out] Format Id corresponding to str.
RETURNS
E_INVALIDARG if rfmtid or str is NULL or if str can't be converted to a
format ID, S_OK otherwise.
IMPLEMENTATION
Defined in "propidl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/stg_prop.c".
- Debug channel "storage".