EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.GetAvailablePhysicalStores

TElWinCertStorage     See also    


 

Returns a list of physical stores for a system stores

 
 

Declaration

[C#]
    static void GetAvailablePhysicalStores(TElWinCertStorage Self, string SystemStore, TElStringList Stores);

[VB.NET]
    Shared Sub GetAvailablePhysicalStores(ByVal Self As TElWinCertStorage, ByVal SystemStore As String, ByVal Stores As TElStringList)

[Pascal]
    class procedure GetAvailablePhysicalStores( SystemStore : string; Stores : TStrings);

[VB6]
    Function IElWinCertStorageX3.GetAvailablePhysicalStores(SystemStore As String) As IElStringListX

[ActiveX]
    HRESULT _stdcall IElWinCertStorageX3.GetAvailablePhysicalStores([in] BSTR SystemStore, [out, retval] IElStringListX ** Result );

[DLL]
    __stdcall BOOL SBGetAvailablePhysicalStores(char* szSystemStore, char** pBuffer, int *nSize);
 
 

Parameters

  • [DLL]pBuffer - names of the corresponding physical stores with separator 0x00 between them.
  • [DLL]nSize - size of the pBuffer.
  • Self - you should always pass null as this parameter.
  • SystemStore (szSystemStore) - The name of the system certificate store
  • Stores - The TStrings descendant where to put names of the corresponding physical stores
 
 

Description

    Use this method to obtain the names of certificate physical stores corresponding to the system store.

 
 

See also:     GetAvailableStores    

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