Private Sub FP_FingerPrintState(ByRef imgDataBuf As Byte)
我想获得 imgDataBuf的值带入另外一个Public Function PictureFromByteStream(b() As Byte) As IPicture 中,请问如何做?
Private Sub FP_FingerPrintState(ByRef imgDataBuf As Byte)
我想获得 imgDataBuf的值带入另外一个Public Function PictureFromByteStream(b() As Byte) As IPicture 中,请问如何做?
Private Sub FP_FingerPrintState(ByRef imgDataBuf As Byte)
dim b(0) As Byte
dim xx as IPicture
b(0)=imgDataBuf
xx=PictureFromByteStream(b())