T
timtos
Hello.
I want to use the function IShellExtInit::Initialize
HRESULT Initialize(
LPCITEMIDLIST pidlFolder,
IDataObject *pdtobj,
HKEY hkeyProgID
);
in C#.
I´ve used the [DllImport] a few times, often with no problems but this time I think I have to give up! I´ve searched the net and the
msdn but I´ve found NO help.
Can anybody give me a few hints or a code snippet?
Really every little hint is welcome!
Greetings and thanks in advance,
timtos.
I want to use the function IShellExtInit::Initialize
HRESULT Initialize(
LPCITEMIDLIST pidlFolder,
IDataObject *pdtobj,
HKEY hkeyProgID
);
in C#.
I´ve used the [DllImport] a few times, often with no problems but this time I think I have to give up! I´ve searched the net and the
msdn but I´ve found NO help.
Can anybody give me a few hints or a code snippet?
Really every little hint is welcome!
Greetings and thanks in advance,
timtos.