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

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ole32/compobj.c". https://source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.