Convert VBScript VT_ARRAY|VT_U1 Variant function parameter to JavaScript -
I'm trying to change the JavaScript VBScript the following functions:
Object .UtilBlobToVariant (Virant * PV, elongated blob pointer, elongated blob sees)
where is defined PV
:
is part of a Variant is back type (VT_ARRAY | VT_U1)
UtilBlobToVariant
function to a third party COM library, so I can not change its definition .
two long parameters work fine in my JavaScript version of this function, but parameter pV
gives me a "Type Mismatch" error message because pV
always comes back as
Try this way For example it may be your javascript Code object
is an ActiveX object, so my goal is internet Explorer strictly because of this and other COM dependencies have I just var Have tried, or it's a blank Rni []
or an empty object {} , but none of them did not work whether it is even possible?
function UtilBlobToVariant (BlobPointer, BlobSize) {// Your code here at the end: Return PV; }
Comments
Post a Comment