CryptoSys API Library Manual

DES_InitError

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

VBA/VB6 Syntax

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

nRet = DES_InitError()

C/C++ Syntax

long __stdcall DES_InitError(void);

Parameters

None

Returns (VBA/C)

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

[PREV: DES_Init...]   [Contents]   [Index]   
   [NEXT: DES_InitHex...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.