ReactOS 0.4.15-dev-7924-g5949c20
schan_buffers Struct Reference

#include <schannel_priv.h>

Collaboration diagram for schan_buffers:

Public Attributes

SIZE_T offset
 
SIZE_T limit
 
const SecBufferDescdesc
 
int current_buffer_idx
 
BOOL allow_buffer_resize
 
int(* get_next_buffer )(const struct schan_transport *, struct schan_buffers *)
 

Detailed Description

Definition at line 70 of file schannel_priv.h.

Member Data Documentation

◆ allow_buffer_resize

BOOL schan_buffers::allow_buffer_resize

Definition at line 76 of file schannel_priv.h.

◆ current_buffer_idx

int schan_buffers::current_buffer_idx

Definition at line 75 of file schannel_priv.h.

◆ desc

const SecBufferDesc* schan_buffers::desc

Definition at line 74 of file schannel_priv.h.

◆ get_next_buffer

int(* schan_buffers::get_next_buffer) (const struct schan_transport *, struct schan_buffers *)

Definition at line 77 of file schannel_priv.h.

◆ limit

SIZE_T schan_buffers::limit

Definition at line 73 of file schannel_priv.h.

◆ offset

SIZE_T schan_buffers::offset

Definition at line 72 of file schannel_priv.h.


The documentation for this struct was generated from the following file: