ReactOS 0.4.15-dev-7958-gcd0bb1a
_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 64 of file msg.c.

Member Data Documentation

◆ close

CryptMsgCloseFunc _CryptMsgBase::close

Definition at line 71 of file msg.c.

◆ control

CryptMsgControlFunc _CryptMsgBase::control

Definition at line 74 of file msg.c.

◆ get_param

CryptMsgGetParamFunc _CryptMsgBase::get_param

Definition at line 73 of file msg.c.

◆ open_flags

DWORD _CryptMsgBase::open_flags

Definition at line 67 of file msg.c.

◆ ref

LONG _CryptMsgBase::ref

Definition at line 66 of file msg.c.

◆ state

CryptMsgState _CryptMsgBase::state

Definition at line 70 of file msg.c.

◆ stream_info

CMSG_STREAM_INFO _CryptMsgBase::stream_info

Definition at line 69 of file msg.c.

◆ streamed

BOOL _CryptMsgBase::streamed

Definition at line 68 of file msg.c.

◆ update

CryptMsgUpdateFunc _CryptMsgBase::update

Definition at line 72 of file msg.c.


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