RtDeleteProcThreadAttributeList

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

Syntax

Copy
VOID WINAPI RtDeleteProcThreadAttributeList(
    [in]    LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList,  
);

Parameters

[in] lpAttributeList

The attribute list created by the function RtInitializeProcThreadAttributeList.

Return Value

None.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

RtApi.h

RtApi.lib (Windows), Startup.lib (RTSS)

See Also