IThemePreview problem

N

Neil

Hi all,

I'm trying to display preview of XP themes with the help of
IThemePreview interface (in themeui.dll).

This interface uses this function

procedure CreatePreview(
var hwndParent: _RemotableHandl;
dwFlags: LongWord;
dwStyle: LongWord;
dwExStyle: LongWord;
x: SYSINT;
y: SYSINT;
nWidth: SYSINT;
nHeight: SYSINT;
const pPropertyBag: IPropertyBag;
dwCtrlID: LongWord); dispid 651;

This function is *absolutely* undocumented (no info in Google or MSDN). Can
anyone help!

Thanks!

Regards,

Neil
 
Top