Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
370 B

  1. /* handle.h */
  2. /*****************************/
  3. /* Definitions */
  4. /*****************************/
  5. #define MAX_HANDLES 100
  6. /*****************************/
  7. /* Function Definitions */
  8. /*****************************/
  9. cspContext_t *checkHandle (HCRYPTPROV handle);
  10. BOOL setHandle(cspContext_t *context, HCRYPTPROV handle);
  11. HCRYPTPROV getNextHandle ();