ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cbContent |
PFN_CMSG_STREAM_OUTPUT | pfnStreamOutput |
void * | pvArg |
Definition at line 3650 of file wincrypt.h.
DWORD _CMSG_STREAM_INFO::cbContent |
Definition at line 3652 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 3653 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 3654 of file wincrypt.h.
Referenced by test_decode_msg_update().