table of contents
other versions
- wheezy 1.4.1-4
CryptEnumProviderTypesA(3w) | Wine API | CryptEnumProviderTypesA(3w) |
NAME¶
CryptEnumProviderTypesA (ADVAPI32.@)SYNOPSIS¶
BOOL CryptEnumProviderTypesA(
DWORD dwIndex,
DWORD* pdwReserved,
DWORD dwFlags,
DWORD* pdwProvType,
LPSTR pszTypeName,
DWORD* pcbTypeName
)
DESCRIPTION¶
See CryptEnumProviderTypesW(3w).IMPLEMENTATION¶
Declared in "wincrypt.h". Implemented in "dlls/advapi32/crypt.c". Debug channel "crypt".Oct 2012 | Wine API |