table of contents
other versions
- wheezy 1.4.1-4
IUnknown_Set(3w) | Wine API | IUnknown_Set(3w) |
NAME¶
IUnknown_Set (SHLWAPI.199)SYNOPSIS¶
VOID IUnknown_Set(
IUnknown** lppDest,
IUnknown* lpUnknown
)
DESCRIPTION¶
Copy an interface pointer.PARAMS¶
lppDest [Out] Destination for copy. lpUnknown [In] Source for copy.RETURNS¶
Nothing.IMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/ordinal.c". Debug channel "shell".Oct 2012 | Wine API |