📄 sgd.h
字号:
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: Sgd.h,v 1.2 2002/08/06 20:10:50 dallen Exp $
____________________________________________________________________________*/
/****************************************************************************\
*
* 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;
typedef struct _BDSGD { /* */
ULONG SG_buff_size; /* size of the buffer in bytes */
ULONG SG_buff_ptr; /* 32 bit physcial pointer to the buffer */
} BDSGD, *PBDSGD;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -