CryptoSys API Library Manual

DES_InitError

Returns the error code after an unsuccessful call to DES_Init or DES_InitHex.

VB6/VBA Syntax

Public Declare Function DES_InitError Lib "diCryptoSys.dll" () As Long

nRet = DES_InitError()

Parameters

None

C/C++ Syntax

long _stdcall DES_InitError(void);

Returns (VB6/C)

Long: Returns the error code from the last call to DES_Init or DES_InitHex.

.NET Equivalent

Des.ErrCode Property

Remarks

Example

See DES_Update.

See Also

[HOME]   [NEXT: DES_InitHex...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.