|
RtDeleteProcThreadAttributeList deletes the specified list of attributes for process and thread creation.
Syntax
VOID RtDeleteProcThreadAttributeList(
LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList,
);
Parameters
lpAttributeList (in, out)
The attribute list created by the function RtInitializeProcThreadAttributeList.
Return Values
None
Requirements
Header | Rtapi.h |
Library | Rtx_Rtss.lib |
See Also