CoGetState (OLE32.@)
HRESULT CoGetState ( IUnknown** ppv )
Retrieves the thread state object previously stored by CoSetState.
ppv | [In] | Address where pointer to object will be stored. |
Success: S_OK.
Failure: E_OUTOFMEMORY.
Crashes on all invalid ppv addresses, including NULL. If the function returns a non-NULL object then the caller must release its reference on the object when the object is no longer required.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ole32/compobj.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.