NdisQueryDepthSList 매크로(ndis.h)
NdisQueryDepthSList 함수는 지정된 시퀀싱된 연결 목록의 현재 항목 수를 반환합니다.
구문
void NdisQueryDepthSList(
[in] SListHead
);
매개 변수
[in] SListHead
호출자가 NdisInitializeSListHead를 사용하여 이미 초기화한 쿼리할 S-List의 헤드에 대한 포인터입니다.
반환 값
없음
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista에서 NDIS 6.0 및 NDIS 5.1 드라이버(NdisQueryDepthSList(NDIS 5.1) 참조)에 대해 지원됩니다. Windows XP의 NDIS 5.1 드라이버(NdisQueryDepthSList(NDIS 5.1) 참조)에 대해 지원됩니다. |
대상 플랫폼 | 데스크톱 |
머리글 | ndis.h(Ndis.h 포함) |
IRQL | <= DISPATCH_LEVEL |
DDI 규정 준수 규칙 | Irql_Miscellaneous_Function(ndis) |