Share via


DeleteProcThreadAttributeList 함수(processthreadsapi.h)

프로세스 및 스레드 만들기에 대해 지정된 특성 목록을 삭제합니다.

구문

void DeleteProcThreadAttributeList(
  [in, out] LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList
);

매개 변수

[in, out] lpAttributeList

특성 목록입니다. 이 목록은 InitializeProcThreadAttributeList 함수에 의해 만들어집니다.

반환 값

없음

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 processthreadsapi.h(Windows 7, Windows Server 2008 Windows Server 2008 R2의 Windows.h 포함)
라이브러리 Kernel32.lib
DLL Kernel32.dll

참고 항목

InitializeProcThreadAttributeList

프로세스 및 스레드 함수