Leaked source code of windows server 2003
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.

20 lines
413 B

  1. #ifndef __BASECSP__PINGDLG__H
  2. #define __BASECSP__PINGDLG__H
  3. #include <windows.h>
  4. //
  5. // Function: PinDlgProc
  6. //
  7. // Purpose: Display Pin-Entry UI for the Base CSP.
  8. //
  9. // The lParam parameter should be a pointer to a
  10. // PIN_SHOW_GET_PIN_UI_INFO structure.
  11. //
  12. INT_PTR CALLBACK PinDlgProc(
  13. HWND hDlg,
  14. UINT message,
  15. WPARAM wParam,
  16. LPARAM lParam);
  17. #endif