高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】did i call odinitialize90
did i call odinitialize()?
did i call odinitialize()?
is there a way to determine whether or not odinitialize() has been called for a particular process? i have run into situations where i need to call oduninitialize() as part of exception handling, and it would be nice to be able determine whether or not it needs to be called, since if i call oduninitialize() twice it throws an exception.
i realize i could do this with flags in my code, but i was wondering of there is a way to do this that is part of the toolkit.
thanks.
bob
you may check if odrxdynamiclinker() returns zero.
vladimir
|