Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

See also

InitializeProcThreadAttributeList

Process and Thread Functions


Feedback

Was this page helpful?

Additional resources