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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top