Hello. I think I'm getting there. When I typed in the known VendorID and ProductID, I get a response at:
MyHandle = hidGetHandle(&H16C0, &H486)
To verify, I typed in the VendorID and ProductID of a different USBHID, I get different results:
MyHandle = hidGetHandle(&H1DD2, &H1150)
For example, the first one doesn't give me a serial number but the second one does (B76052). So now I know I'm connecting. I was able to verify this with Device Manager. So I guess the remaining question is, which of the declared functions actually gives the data packets?