DeleteProcThreadAttributeList function
Deletes the specified list of attributes for process and thread creation.
Syntax
VOID WINAPI DeleteProcThreadAttributeList( _Inout_ LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList );
Parameters
- lpAttributeList [in, out]
-
The attribute list. This list is created by the InitializeProcThreadAttributeList function.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: