PropStgNameToFmtId.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ole32/stg_prop.c".

Debug channel "storage".