NAME

SHGetThreadRef  (SHLWAPI.@)

SYNOPSIS

 HRESULT SHGetThreadRef
 (
  IUnknown** lppUnknown
 )

DESCRIPTION

Get a per-thread object reference set by SHSetThreadRef.

PARAMS

lppUnknown [Out] Destination to receive object reference.

RETURNS

Success: S_OK. lppUnknown is set to the object reference.

Failure: E_NOINTERFACE, if an error occurs or lppUnknown 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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.