 |
 |
 |
|
|  |  |
 |
CryptEnumProviderTypes ..msdn Add comment W32 Constants Translate this page |
 |
 |
Retrieves the first or next types of cryptographic service provider (CSP) supported on the computer. Used in a loop, this function retrieves in sequence all of the CSP types available on a computer.
|
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
BOOL WINAPI CryptEnumProviderTypes(
DWORD dwIndex,
DWORD* pdwReserved,
DWORD dwFlags,
DWORD* pdwProvType,
LPTSTR pszTypeName,
DWORD* pcbTypeName
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER CryptEnumProviderTypes IN advapi32;
INTEGER dwIndex,;
INTEGER pdwReserved,;
INTEGER dwFlags,;
INTEGER @ pdwProvType,;
STRING @ pszTypeName,;
INTEGER @ pcbTypeName
|
 |  |  | | Parameters: |  | dwIndex
[in] Index of the next provider type to be enumerated.
pdwReserved
[in] Reserved for future use and must be NULL.
dwFlags
[in] Reserved for future use and must be zero.
pdwProvType
[out] Address of the DWORD value designating the enumerated provider type.
pszTypeName
[out] Pointer to a buffer that receives the data from the enumerated provider type.
pcbTypeName
[in, out] Pointer to a DWORD value specifying the size, in bytes, of the buffer pointed to by the pszTypeName parameter. |
 |  | | Return value: |  | | If the function succeeds, the return value is nonzero (TRUE). |
 |  | | Word Index links for the CryptEnumProviderTypes : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2004-08-05 14:19:05 | | Modified: | 2004-08-05 14:20:59 | Visited in last 7 days: 14 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|