RtDeleteProcThreadAttributeList

RtDeleteProcThreadAttributeList deletes the specified list of attributes for process and thread creation.

Syntax

VOID WINAPI RtDeleteProcThreadAttributeList(
    LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList,  
);

Parameters

lpAttributeList

The attribute list created by the function RtInitializeProcThreadAttributeList.

Return Value

None

Requirements

Minimum Supported Version RTX64 2013
Header Rtapi.h
Library Rtx_Rtss.lib

See Also

RtInitializeProcThreadAttributeList

RtUpdateProcThreadAttribute