Scroll to navigation

CoSetState(3w) Wine API CoSetState(3w)

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

Declared in "compobj_private.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API