■65589 / inTopicNo.2) |
Re[1]: C# AVIファイルの操作について |
□投稿者/ Azulean (108回)-(2013/03/09(Sat) 22:32:57)
|
このあたりとか。 http://msdn.microsoft.com/en-us/library/windows/desktop/dd756799%28v%3Dvs.85%29.aspx
"The AVIFile library maintains a count of the number of times it is initialized, but not the number of times it was released. Use the AVIFileExit function to release the AVIFile library and decrement the reference count. Call AVIFileInit before using any other AVIFile functions."
参照カウントを持つと書いてあるくだりです。
// マルチスレッドで云々は、実際に試したことがないので経験談は語れません。
|
|