ReactOS 0.4.15-dev-7961-gdcf9eb0
SIP_DISPATCH_INFO_ Struct Reference

#include <mssip.h>

Collaboration diagram for SIP_DISPATCH_INFO_:

Public Attributes

DWORD cbSize
 
HANDLE hSIP
 
pCryptSIPGetSignedDataMsg pfGet
 
pCryptSIPPutSignedDataMsg pfPut
 
pCryptSIPCreateIndirectData pfCreate
 
pCryptSIPVerifyIndirectData pfVerify
 
pCryptSIPRemoveSignedDataMsg pfRemove
 

Detailed Description

Definition at line 124 of file mssip.h.

Member Data Documentation

◆ cbSize

DWORD SIP_DISPATCH_INFO_::cbSize

Definition at line 125 of file mssip.h.

Referenced by CRYPT_QueryEmbeddedMessageObject(), and test_SIPLoad().

◆ hSIP

HANDLE SIP_DISPATCH_INFO_::hSIP

Definition at line 127 of file mssip.h.

Referenced by CRYPT_LoadSIP(), crypt_sip_free(), and CryptSIPLoad().

◆ pfCreate

pCryptSIPCreateIndirectData SIP_DISPATCH_INFO_::pfCreate

Definition at line 131 of file mssip.h.

Referenced by CRYPT_LoadSIP(), CryptSIPCreateIndirectData(), CryptSIPLoad(), and test_SIPLoad().

◆ pfGet

◆ pfPut

pCryptSIPPutSignedDataMsg SIP_DISPATCH_INFO_::pfPut

Definition at line 130 of file mssip.h.

Referenced by CRYPT_LoadSIP(), CryptSIPLoad(), CryptSIPPutSignedDataMsg(), and test_SIPLoad().

◆ pfRemove

pCryptSIPRemoveSignedDataMsg SIP_DISPATCH_INFO_::pfRemove

Definition at line 133 of file mssip.h.

Referenced by CRYPT_LoadSIP(), CryptSIPLoad(), CryptSIPRemoveSignedDataMsg(), and test_SIPLoad().

◆ pfVerify

pCryptSIPVerifyIndirectData SIP_DISPATCH_INFO_::pfVerify

Definition at line 132 of file mssip.h.

Referenced by CRYPT_LoadSIP(), CryptSIPLoad(), CryptSIPVerifyIndirectData(), and test_SIPLoad().


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