Вниз
Скачать: CL | DM;

Функция GetCurrentThread   Найти похожие ветки 

 
Лёня   (2004-08-13 17:02) [0]

Помогите начинающему!
Что возвращает функция GetCurrentThread ? Что такое Thread ?
Спасибо


 
Digitman ©   (2004-08-13 17:06) [1]


> Что возвращает функция GetCurrentThread ?


Return Values

The return value is a pseudohandle for the current thread.

Remarks

A pseudohandle is a special constant that is interpreted as the current thread handle. The calling thread can use this handle to specify itself whenever a thread handle is required. Pseudohandles are not inherited by child processes.
This handle has the maximum possible access to the thread object. For systems that support security descriptors, this is the maximum access allowed by the security descriptor for the calling process. For systems that do not support security descriptors, this is THREAD_ALL_ACCESS.

The function cannot be used by one thread to create a handle that can be used by other threads to refer to the first thread. The handle is always interpreted as referring to the thread that is using it. A thread can create a "real" handle of itself that can be used by other threads, or inherited by other processes, by specifying the pseudohandle as the source handle in a call to the DuplicateHandle function.
The pseudohandle need not be closed when it is no longer needed. Calling the CloseHandle function with this handle has no effect. If the pseudohandle is duplicated by DuplicateHandle, the duplicate handle must be closed.


> Что такое Thread ?


странным кажется то что сначала интерес проявлен к ф-ции, имеющей отношение к некоему объекта ядра, и при этом о самом этом объекте ядра нет вроде бы ни малейшего понятия ... как сие понимать ?


 
Sun bittern ©   (2004-08-13 17:33) [2]

Digitman ©   (13.08.04 17:06) [1]

Выполняем функции онлайн справочника ;)


 
GuAV ©   (2004-08-13 22:08) [3]


> Выполняем функции онлайн справочника ;)

Digitman клиент форума к MSDN подключил ;-)



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

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.023 c
14-1092221156
Иван Шихалев
2004-08-11 14:45
2004.08.29
Про слова


3-1091779998
Sirus
2004-08-06 12:13
2004.08.29
Можно ли сделать чтобы пр удалении запись не удалялась а просто..


4-1089798727
Andrew
2004-07-14 13:52
2004.08.29
Каким способом определить под какой ОС (98,XP) запустили прогу?


14-1091912927
default
2004-08-08 01:08
2004.08.29
встреча


1-1091879369
Star
2004-08-07 15:49
2004.08.29
Не могу добавить в ImageList больше 1000 изображений . почему?




   Наверх