ReactOS 0.4.16-dev-570-g1868985
|
#include <schannel_priv.h>
Public Attributes | |
SIZE_T | offset |
SIZE_T | limit |
const SecBufferDesc * | desc |
int | current_buffer_idx |
BOOL | allow_buffer_resize |
int(* | get_next_buffer )(const struct schan_transport *, struct schan_buffers *) |
Definition at line 70 of file schannel_priv.h.
BOOL schan_buffers::allow_buffer_resize |
Definition at line 76 of file schannel_priv.h.
int schan_buffers::current_buffer_idx |
Definition at line 75 of file schannel_priv.h.
const SecBufferDesc* schan_buffers::desc |
Definition at line 74 of file schannel_priv.h.
int(* schan_buffers::get_next_buffer) (const struct schan_transport *, struct schan_buffers *) |
Definition at line 77 of file schannel_priv.h.
SIZE_T schan_buffers::limit |
Definition at line 73 of file schannel_priv.h.
SIZE_T schan_buffers::offset |
Definition at line 72 of file schannel_priv.h.