struct STGMEDIUM
{
public TYMED tymed;
public IntPtr data;
}and then treat the data member in the appropriate way depending on what tymed is.
Mattias
=== Mattias Sj�gren [EMAIL PROTECTED]
struct STGMEDIUM
{
public TYMED tymed;
public IntPtr data;
}=== Mattias Sj�gren [EMAIL PROTECTED]