Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.10.21;
Скачать: CL | DM;

Вниз

DisableThreadLibraryCalls?   Найти похожие ветки 

 
Jokle   (2002-09-08 21:51) [0]

что делает и зачем нужна функция DisableThreadLibraryCalls ?


 
Ученик ©   (2002-09-08 22:37) [1]

Remarks
The DisableThreadLibraryCalls function lets a DLL disable the DLL_THREAD_ATTACH and DLL_THREAD_DETACH notification calls. This can be a useful optimization for multithreaded applications that have many DLLs, frequently create and delete threads, and whose DLLs do not need these thread-level notifications of attachment/detachment. A remote procedure call (RPC) server application is an example of such an application. In these sorts of applications, DLL initialization routines often remain in memory to service DLL_THREAD_ATTACH and DLL_THREAD_DETACH notifications. By disabling the notifications, the DLL initialization code is not paged in because a thread is created or deleted, thus reducing the size of the application"s working code set. To implement the optimization, modify a DLL"s DLL_PROCESS_ATTACH code to call DisableThreadLibraryCalls.




Страницы: 1 вся ветка

Текущий архив: 2002.10.21;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.012 c
1-68770
dimonf
2002-10-11 16:29
2002.10.21
Как изменить цвет активной ячейки DBGrid-a c синего на другой?


1-68869
Дремучий
2002-10-10 10:23
2002.10.21
Вопрос возможно по базам, а возможно и нет...


1-68796
Swamp
2002-10-09 14:41
2002.10.21
Как сделать иконку 64X64 для EXE под D5


1-68742
PETR
2002-10-11 08:33
2002.10.21
Привет Народ !


14-68958
Бильврёст
2002-09-27 13:08
2002.10.21
Помогите справиться с ошибкой.