ReactOS 0.4.17-dev-470-gf9e3448
_CryptMsgBase Struct Reference
Collaboration diagram for _CryptMsgBase:

Public Attributes

LONG ref
 
DWORD open_flags
 
BOOL streamed
 
CMSG_STREAM_INFO stream_info
 
CryptMsgState state
 
CryptMsgCloseFunc close
 
CryptMsgUpdateFunc update
 
CryptMsgGetParamFunc get_param
 
CryptMsgControlFunc control
 

Detailed Description

Definition at line 82 of file msg.c.

Member Data Documentation

◆ close

CryptMsgCloseFunc _CryptMsgBase::close

Definition at line 89 of file msg.c.

◆ control

CryptMsgControlFunc _CryptMsgBase::control

Definition at line 92 of file msg.c.

◆ get_param

CryptMsgGetParamFunc _CryptMsgBase::get_param

Definition at line 91 of file msg.c.

◆ open_flags

DWORD _CryptMsgBase::open_flags

Definition at line 85 of file msg.c.

◆ ref

LONG _CryptMsgBase::ref

Definition at line 84 of file msg.c.

◆ state

CryptMsgState _CryptMsgBase::state

Definition at line 88 of file msg.c.

◆ stream_info

CMSG_STREAM_INFO _CryptMsgBase::stream_info

Definition at line 87 of file msg.c.

◆ streamed

BOOL _CryptMsgBase::streamed

Definition at line 86 of file msg.c.

◆ update

CryptMsgUpdateFunc _CryptMsgBase::update

Definition at line 90 of file msg.c.


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