I call requestHistory in my aplication and get for example handle 4.
When I exit my application I release handle 4.
My issue is that when I restart my application and make a new requesthistory I get handle 5. I would expect to get back handle number 4 since I released it before.
Is it a normal behaviour of the active x ? or does it mean as I suspect that the active x is not releasing the handle.
Thanks,
Nick.
When I exit my application I release handle 4.
My issue is that when I restart my application and make a new requesthistory I get handle 5. I would expect to get back handle number 4 since I released it before.
Is it a normal behaviour of the active x ? or does it mean as I suspect that the active x is not releasing the handle.
Thanks,
Nick.
Comment