DeleteProcThreadAttributeList (kernel32)
Last changed: -186.136.223.176

.
Summary
TODO - a short description

C# Signature:

[DllImport("kernel32.dll", SetLastError=true)]
static extern bool DeleteProcThreadAttributeList(IntPtr lpAttributeList);

Boo Signature:

[DllImport("kernel32.dll", SetLastError : true)]
def DeleteProcThreadAttributeList(lpAttributeList as IntPtr) as bool:
     pass

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation