DeleteProcThreadAttributeList

Deletes the specified list of attributes for process and thread creation.

Syntax

void DeleteProcThreadAttributeList(
         LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList
)  

Parameters

lpAttributeList
Type: LPPROC_THREAD_ATTRIBUTE_LIST 

[in, out] The attribute list. This list is created by the InitializeProcThreadAttributeList function.

Return value

None.

Requirements

Header: Declared in processthreadsapi.h.

Library: Use kernelx.lib.