|
|
От: | mit | |
| Дата: | 19.02.03 11:09 | ||
| Оценка: | |||
TSS>>
TSS>> CloseHandle (hSnapShot);
TSS>>}
mit>mit>The snapshot returned is a copy of the current state of the system. To close a snapshot call the CloseToolhelp32Snapshot function. Do not call the CloseHandle function to close the snapshot call. Calling CloseHandle to close the snapshot call generates a memory leak.
извините...To destroy the snapshot, use the CloseHandle function.