WriteClassStm.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

WriteClassStm (OLE32.@)

SYNOPSIS

HRESULT WriteClassStm
 (
  IStream* pStm,
  REFCLSID rclsid
 )

DESCRIPTION

Writes a CLSID to a stream.

PARAMS

pStm [In] Stream to write to.

rclsid [In] CLSID to write.

RETURNS

Success: S_OK.

Failure: HRESULT code.

IMPLEMENTATION

Defined in "ole2.h".

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

Debug channel "storage".