Программы, плагины, статьи от Моторокера

Новости
Статьи
Программы
Ссылки
Автор

Рекомендации по написанию архиваторных плагинов для Total Commander

DoneMemPack

DoneMemPack заканчивает упаковку в памяти. Функция используется совместно с StartMemPack и PackToMem.

int __stdcall DoneMemPack (int hMemPack);

Описание полей:

Return value: DoneMemPack should return zero if successful, or one of the error codes otherwise.

hMemPack is the handle returned by StartMemPack.

It may be called in two different cases:

1. The packing functions have completed successfully, or

2. The user has aborted the packing operation.

The plugin should free all data allocated when packing.


© 2006–2011 Моторокер Плагины для Total Commander