sgd.h
来自「用于查询PC机上的USB端口是否有设备挂接上」· C头文件 代码 · 共 29 行
H
29 行
/*static char *SCCSID = "@(#)sgd.h 13.27 90/07/18";*/
/****************************************************************************\
*
* Copyright (c) Microsoft Corporation 1990
*
\****************************************************************************/
/****************************************************************************\
*
* SGD - scatter/gather descriptor
*
\****************************************************************************/
/* equivalent names: */
/* */
/* old rlh.h/strat2.h old rlx.h new sgd.h */
/* ================== ================== ================== */
/* sg_bufferptr sg_buffer_ptr */
/* sg_buffersize sg_buffer_size */
/* H2INCSWITCHES -t */
typedef struct _SGD { /* */
ULONG SG_buff_ptr; /* 32 bit physcial pointer to the buffer */
ULONG SG_buff_size; /* size of the buffer in bytes */
} SGD, *PSGD;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?