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.

22 lines
613 B

  1. /*--------------------------------------------------------------
  2. *
  3. * FILE: SKEYS.H
  4. *
  5. * PURPOSE: The file contains data structures for the
  6. * transmission of information between the
  7. * Serial Keys Application and and the DLL.
  8. *
  9. * CREATION: June 1994
  10. *
  11. * COPYRIGHT: Black Diamond Software (C) 1994
  12. *
  13. * AUTHOR: Ronald Moak
  14. *
  15. * $Header: %Z% %F% %H% %T% %I%
  16. *
  17. *------------------------------------------------------------*/
  18. #define SK_SPI_INITUSER -1
  19. BOOL APIENTRY SKEY_SystemParametersInfo(
  20. UINT uAction, UINT uParam, LPSERIALKEYS lpvParam, BOOL fWinIni);