2025-04-27 07:49:33 -04:00

15 lines
384 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 ();