Hi everybody

I have a com object that returns an array of bytes:
Code:
public Byte[] ReadCodePage(bool IsCode, UInt32 Address, Int32 NumberOfBytes)
From the client, I have VS 2003. How do I call this function. I am aware of SAFEARRAY, and CComSafeArray, but I am having no success using it.
Can somebody send me a short post on how to do this, and access the bytes after the function call? All help is much appreciated.

-rlien