[id(0x00000002), helpstring("method ReadFromFile")]
VARIANT ReadFromFile(
[in] BSTR FilePath,
[out] FileStatus* status);
I want to call this function from ActiveX control.
but need to pass "writable pointer" to the function.
This is the question:
How could i pass a argument to function using javascript ?
Is that possible ?