EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPSignature.GetExtensionCount

TElPGPSignature     See also    


 

Returns the number of extensions of the specified type.

 
 

Declaration

[C#]
    int GetExtensionCount(TSBPGPSignatureExtension ExtType /* = 0 */);

[VB.NET]
    Function GetExtensionCount(ByVal ExtType As TSBPGPSignatureExtension = 0) As Integer

[Pascal]
    function GetExtensionCount(ExtType : TSBPGPSignatureExtension = seUndefined) : integer;

[VB6]
    Function GetExtensionCount(ExtType As TxSBPGPSignatureExtension) As Integer

[ActiveX]
    HRESULT _stdcall GetExtensionCount([in] TxSBPGPSignatureExtension ExtType, [out, retval] long * Result);

[DLL]
    not implemented;
 
 

Parameters

  • ExtType - type of the extension. If value is seUndefined total number of all extensions will be returned.
 
 

Return value

    The number of extensions of the specified type.

 
 

Description

    Use this method to get the number of extensions of the given type.

 
 

See also:     AddExtension     ClearExtensions     GetExtensionByType     RemoveExtension    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation