RtDeleteProcThreadAttributeList

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

Syntax

Copy
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 Header Library

eRTOS 1.0 SDK

Rtapi.h rtkrnl.lib

See Also