NET_PRES_EncProviderOpen Type
C
typedef bool (* NET_PRES_EncProviderOpen)(uintptr_t transHandle, void * providerData); Returns
true - Create succeeded
false - Create did not succeed
Description
Presentation Encryption Provider Open Connection Prototype This function pointer prototype defines the open connection function to the provider.
Preconditions
None.
Parameters
| Parameters | Description |
|---|---|
| transHandle | The handle from the transport layer to use for this client. |
| providerData | A pointer to the buffer for the provider to keep connection specific data. |
