ReactOS 0.4.16-dev-1527-g49e652b
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbContent |
PFN_CMSG_STREAM_OUTPUT | pfnStreamOutput |
void * | pvArg |
Definition at line 3815 of file wincrypt.h.
DWORD _CMSG_STREAM_INFO::cbContent |
Definition at line 3817 of file wincrypt.h.
Referenced by test_data_msg_encoding(), and test_hash_msg_encoding().
PFN_CMSG_STREAM_OUTPUT _CMSG_STREAM_INFO::pfnStreamOutput |
Definition at line 3818 of file wincrypt.h.
Referenced by test_data_msg_update(), test_decode_msg_update(), and test_hash_msg_update().
void* _CMSG_STREAM_INFO::pvArg |
Definition at line 3819 of file wincrypt.h.
Referenced by test_decode_msg_update().