Unit msecryptio
Uses
Constants
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class ecryptoio |
|
Record cryptoioinfoty |
|
Class tcryptoio |
Functions and Procedures
procedure cryptoconnect(var ainfo: cryptoioinfoty; const atimeoutms: integer); |
procedure cryptoaccept(var ainfo: cryptoioinfoty; const atimeoutms: integer); |
function cryptowrite(var ainfo: cryptoioinfoty; const buffer: pointer; const count: integer; const atimeoutms: integer): integer; |
function cryptoread(var ainfo: cryptoioinfoty; const buffer: pointer; const count: integer; const atimeoutms: integer): integer; |
procedure cryptounlink(var ainfo: cryptoioinfoty); |
procedure cryptothreadterminate(var ainfo: cryptoioinfoty); |
Types
cryptoioclassty = class of tcryptoio; |
cryptoiokindty = (...); |
cryptodataty = array[0..17] of pointer; |
pcryptoioinfoty = ˆcryptoioinfoty; |
connectionkindty = (...); |
Description
Functions and Procedures
procedure cryptoconnect(var ainfo: cryptoioinfoty; const atimeoutms: integer); |
procedure cryptoaccept(var ainfo: cryptoioinfoty; const atimeoutms: integer); |
function cryptowrite(var ainfo: cryptoioinfoty; const buffer: pointer; const count: integer; const atimeoutms: integer): integer; |
function cryptoread(var ainfo: cryptoioinfoty; const buffer: pointer; const count: integer; const atimeoutms: integer): integer; |
procedure cryptounlink(var ainfo: cryptoioinfoty); |
procedure cryptothreadterminate(var ainfo: cryptoioinfoty); |
Types
cryptoioclassty = class of tcryptoio; |
cryptoiokindty = (...); |
Values
|
cryptodataty = array[0..17] of pointer; |
pcryptoioinfoty = ˆcryptoioinfoty; |
connectionkindty = (...); |
Values
|
Generated by PasDoc 0.16.0.