网站首页  词典首页

请输入您要查询的函数:

 

术语 querydepthslist
释义 QueryDepthSList
语法:
C++
USHORT WINAPI QueryDepthSList(
__in PSLIST_HEADER ListHead
);
QueryDepthSList功能
检索在指定的号码单链表的条目。
参数
ListHead [in]
对一个SLIST_HEADER结构,代表了一个单向链表头指针。这种结构只适用于系统使用。
该名单必须事先初始化InitializeSListHead功能。
返回值
该函数返回的条目列表中的号码。
要求:
最低支持client-Windows XP
最低支持serverWindows服务器2003
HeaderWinbase.h(头文件:winuser.h)
LibraryKernel32.lib
DLLKernel32.dll
参见
互锁单向链表
InitializeSListHead
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年8月27日
==英文原文==QueryDepthSList Function
Retrieves the number of entries in the specified singly linked list.
Syntax
C++
USHORT WINAPI QueryDepthSList(
__in PSLIST_HEADER ListHead
);
Parameters
ListHead [in]
A pointer to an SLIST_HEADER structure that represents the head of a singly linked list. This structure is for system use only.
The list must be previously initialized with the InitializeSListHead function.
Return Value
The function returns the number of entries in the list.
Requirements
Minimum supported clientWindows XP
Minimum supported serverWindows Server 2003
HeaderWinbase.h (include Windows.h)
LibraryKernel32.lib
DLLKernel32.dll
See Also
Interlocked Singly Linked Lists
InitializeSListHead
Send comments about this topic to Microsoft
Build date: 8/27/2009
==原始网址==http://msdn.microsoft.com/en-us/library/ms684916(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:15:29