FmtIdToPropStgName.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

FmtIdToPropStgName (OLE32.@)

SYNOPSIS

HRESULT FmtIdToPropStgName
 (
  const FMTID* rfmtid,
  LPOLESTR     str
 )

DESCRIPTION

Returns the storage name of the format Id rfmtid.

PARAMS

rfmtid [In] Format Id for which to return a storage name.

str [Out] Storage name associated with rfmtid.

RETURNS

E_INVALIDARG if rfmtid or str i NULL, S_OK otherwise.

NOTES

str must be at least CCH_MAX_PROPSTG_NAME characters in length.

IMPLEMENTATION

Defined in "propidl.h".

Implemented in "dlls/ole32/stg_prop.c".

Debug channel "storage".