DeleteProcThreadAttributeList
[DllImport("kernel32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)]
public static extern bool DeleteProcThreadAttributeList(
IntPtr lpAttributeList
);Last updated
[DllImport("kernel32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)]
public static extern bool DeleteProcThreadAttributeList(
IntPtr lpAttributeList
);Last updated