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.h、Windows Server 2008 Windows Server 2008 R2 を含む) |
Library | Kernel32.lib |
[DLL] | Kernel32.dll |