.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PropStgNameToFmtId 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPropStgNameToFmtId\fR (OLE32.@) .SH SYNOPSIS HRESULT PropStgNameToFmtId ( const LPOLESTR \fIstr\fR, FMTID* \fIrfmtid\fR ) .SH DESCRIPTION .PP Returns the format Id corresponding to the given name. .SH PARAMS \fIstr\fR \fB[In]\fR Storage name to convert to a format \fBID\fR. .PP \fIrfmtid\fR \fB[Out]\fR Format Id corresponding to \fIstr\fR. .PP .SH RETURNS .PP \fBE_INVALIDARG\fR if \fIrfmtid\fR or \fIstr\fR is \fBNULL\fR or if \fIstr\fR can't be converted to a format \fBID\fR, \fBS_OK\fR otherwise. .SH IMPLEMENTATION .PP Declared in \fB"propidl.h"\fR. .PP Implemented in \fB"dlls/ole32/stg_prop.c"\fR. .PP Debug channel \fB"storage"\fR.