windows-nt/Source/XPSP1/NT/ds/win32/ntcrypto/dssinc/handle.h
2020-09-26 16:20:57 +08:00

15 lines
370 B
C

/* handle.h */
/*****************************/
/* Definitions */
/*****************************/
#define MAX_HANDLES 100
/*****************************/
/* Function Definitions */
/*****************************/
cspContext_t *checkHandle (HCRYPTPROV handle);
BOOL setHandle(cspContext_t *context, HCRYPTPROV handle);
HCRYPTPROV getNextHandle ();