But I would like to point you to this specific function through which I get the address of the variable, that I pass to "PCMDigitalInpu tVB" function
Code:
lngRetBufferAdd = PCMGetAddressOfVB(channel)
Code:
Declare Function PCMGetAddressOfVB Lib "PCMDrvVB.DLL" (ByRef pointer As Integer) As Integer
Do...
Leave a comment: