Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the name of the thread.
HRESULT SetThreadName (
LPCOLESTR pszName
);
int SetThreadName (
string pszName
);
Parameters
- pszName
[in] The name of the thread.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
To get the thread name, call the IDebugThread2::GetName method.