Scroll to navigation

SHCreateThreadRef(3w) Wine API SHCreateThreadRef(3w)

NAME

SHCreateThreadRef (SHLWAPI.@)

SYNOPSIS

HRESULT SHCreateThreadRef
(
LONG* lprefcount,
IUnknown** lppUnknown
)
 

DESCRIPTION

Create a per-thread IUnknown object.
 

PARAMS

lprefcount [In] Pointer to a LONG to be used as refcount.
lppUnknown [Out] Destination to receive the created object reference.
 

RETURNS

Success: S_OK. lppUnknown is set to the object reference.
Failure: E_INVALIDARG, if a parameter is NULL
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/thread.c".
Debug channel "shell".
Oct 2012 Wine API