DeleteProcThreadAttributeList function (processthreadsapi.h)
Deletes the specified list of attributes for process and thread creation.
Syntax
void DeleteProcThreadAttributeList(
[in, out] LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList
);
Parameters
[in, out] lpAttributeList
The attribute list. This list is created by the InitializeProcThreadAttributeList function.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | processthreadsapi.h (include Windows.h on Windows 7, Windows Server 2008 Windows Server 2008 R2) |
Library | Kernel32.lib |
DLL | Kernel32.dll |