Hi Thomas,
I've did what suggested in the two sections, but still no luck...
What I have in the codes follow these steps,
Connect:
VixDiskLib_InitEx()
VixDiskLib_PrepareForAccess()
Take snapshot
VixDiskLib_ConnectEx()
Read:
VixDiskLib_Open()
VixDiskLib_GetInfo()
VixDiskLib_FreeInfo()
a lot of VixDiskLib_Read(), then
VixDiskLib_Close()
Disconnect:
Wait until the timeout set in configure is reached, then delete snapshot
VixDiskLib_Disconnect()
VixDiskLib_Cleanup()
VixDiskLib_EndAccess()
VixDiskLib_Exit()
Just wonder what could be wrong?