.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH FmtIdToPropStgName 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBFmtIdToPropStgName\fR (OLE32.@) .SH SYNOPSIS HRESULT FmtIdToPropStgName ( const FMTID* \fIrfmtid\fR, LPOLESTR \fIstr\fR ) .SH DESCRIPTION .PP Returns the storage name of the format Id \fIrfmtid\fR. .SH PARAMS \fIrfmtid\fR \fB[In]\fR Format Id for which to return a storage name. .PP \fIstr\fR \fB[Out]\fR Storage name associated with \fIrfmtid\fR. .PP .SH RETURNS .PP \fBE_INVALIDARG\fR if \fIrfmtid\fR or \fIstr\fR i \fBNULL\fR, \fBS_OK\fR otherwise. .SH NOTES .PP \fIstr\fR must be at least \fBCCH_MAX_PROPSTG_NAME\fR characters in length. .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.