Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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

WinBase.h on Windows Vista, Windows 7, Windows Server 2008, and Windows Server 2008 R2 (include Windows.h);
Processthreadsapi.h on Windows 8 and Windows Server 2012

Library

Kernel32.lib

DLL

Kernel32.dll

See also

InitializeProcThreadAttributeList
Process and Thread Functions

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.