PFN_CSP_CACHE_DELETE_FILE function pointer
The PFN_CSP_CACHE_DELETE_FILE function is called through a pointer in the CARD_DATA structure when the card minidriver wants to delete a file from the cache of the Base CSP/KSP.
Syntax
typedef DWORD ( WINAPI *PFN_CSP_CACHE_DELETE_FILE)(
_In_ PVOID pvCacheContext,
_In_ LPWSTR wsaTag,
_In_ DWORD dwFlags
);
Parameters
pvCacheContext [in]
The cache context value that is supplied by the Base CSP/KSP and taken from the CARD_DATA structure.wsaTag [in]
The name of the file to delete.dwFlags [in]
Reserved. Set to zero.
Return value
Zero on success; otherwise, nonzero.
Requirements
Target platform |
Desktop |
Header |
Cardmod.h (include Cardmod.h) |