NAME

SHSetThreadRef  (SHLWAPI.@)

SYNOPSIS

 HRESULT SHSetThreadRef
 (
  IUnknown* lpUnknown
 )

DESCRIPTION

Store a per-thread object reference.

PARAMS

lpUnknown [In] Object reference to store.

RETURNS

Success: S_OK. lpUnknown is stored and can be retrieved by SHGetThreadRef

Failure: E_NOINTERFACE, if an error occurs or lpUnknown is NULL.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/thread.c". source.winehq.org/source/dlls/shlwapi/thread.c

Debug channel "shell".


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