in reply to COM Object

Is this COM object documented somewhere?

The only thing I can think of with the scant information provided is that perhaps you need to provide a scalar ref to the IsCardIn method

$Status = $Rdr->IsCardIn(\$Is_In);

Replies are listed 'Best First'.
Re^2: COM Object
by Bintuch (Acolyte) on May 11, 2010 at 11:46 UTC

    I've already tried this one.. No luck.. I have the usage for VBScript:

    Dim is_in is_in=0 Do While is_in<>1 status=RDR.IsCardIn(is_in) CheckStatus status,"IsCardIn" Loop

    COM Object Function:

    [id(0x0000000b), helpstring("method IsCardIn")] HRESULT IsCardIn( [out] VARIANT* is_in, [out, retval] VARIANT* status);