#define LOS_DL_LIST_FIRST ( pstObject   )     ((pstObject)->pstNext)

Point to the next node pointed to by the current node.

Description:
  • This API is used to point to the next node pointed to by the current node.
注意:
  • None.
参数:
参数名称 描述
pstObject  [IN] Node in the doubly linked list.
返回值:
返回值 描述
None. 
Dependency:
  • los_list.h: the header file that contains the API declaration.
参见:
自从:
Huawei LiteOS V100R001C00

在文件los_list.h107行定义。