|
ReactOS 0.4.16-dev-2498-g8632030
|
#include "k32_vista.h"
Go to the source code of this file.
Functions | |
| HRESULT WINAPI DECLSPEC_HOTPATCH | GetThreadDescription (_In_ HANDLE hThread, _Outptr_result_z_ PWSTR *ppszThreadDescription) |
| HRESULT WINAPI DECLSPEC_HOTPATCH | SetThreadDescription (_In_ HANDLE hThread, _In_ PCWSTR lpThreadDescription) |
| HRESULT WINAPI DECLSPEC_HOTPATCH GetThreadDescription | ( | _In_ HANDLE | hThread, |
| _Outptr_result_z_ PWSTR * | ppszThreadDescription | ||
| ) |
Definition at line 13 of file ThreadDescription.c.
| HRESULT WINAPI DECLSPEC_HOTPATCH SetThreadDescription | ( | _In_ HANDLE | hThread, |
| _In_ PCWSTR | lpThreadDescription | ||
| ) |
Definition at line 79 of file ThreadDescription.c.
Referenced by rpcrt4_http_timer_thread(), RPCRT4_io_thread(), and RPCRT4_server_thread().