table of contents
other versions
- wheezy 1.4.1-4
CryptAcquireContextA(3w) | Wine API | CryptAcquireContextA(3w) |
NAME¶
CryptAcquireContextA (ADVAPI32.@)SYNOPSIS¶
BOOL CryptAcquireContextA(
HCRYPTPROV* phProv,
LPCSTR pszContainer,
LPCSTR pszProvider,
DWORD dwProvType,
DWORD dwFlags
)
DESCRIPTION¶
See CryptAcquireContextW(3w).IMPLEMENTATION¶
Declared in "wincrypt.h". Implemented in "dlls/advapi32/crypt.c". Debug channel "crypt".Oct 2012 | Wine API |