CoSetState.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CoSetState (OLE32.@)

SYNOPSIS

HRESULT CoSetState
 (
  IUnknown* pv
 )

DESCRIPTION

Sets the thread state object.

PARAMS

pv [In] Pointer to state object to be stored.

NOTES

The system keeps a reference on the object while the object stored.

RETURNS

Success: S_OK.

Failure: E_OUTOFMEMORY.

IMPLEMENTATION

Defined in "compobj_private.h".

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

Debug channel "ole".