NET_PRES_EncProviderInit Type
C
typedef bool (* NET_PRES_EncProviderInit)(struct _NET_PRES_TransportObject * transObject);
Returns
true - Initialization succeeded
false - Initialization did not succeed
Description
Presentation Encryption Provider Initialization Function Pointer Prototype This function pointer prototype defines the initialization function to the encryption provider.
Preconditions
None.
Parameters
Parameters | Description |
---|---|
transObject | This is a copy of the structure the transport layer provides to the presentation layer to read and write data. |