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.

25 lines
348 B

  1. #pragma once
  2. #ifndef _WORKER_H_
  3. #define _WORKER_H_
  4. LONG
  5. WINAPI
  6. VR_Expand(
  7. OPENKEY *key,
  8. VIRTUALKEY *vkey,
  9. VIRTUALVAL *vvalue
  10. );
  11. LONG
  12. WINAPI
  13. VR_Protect(
  14. OPENKEY *key,
  15. VIRTUALKEY *vkey,
  16. VIRTUALVAL *vvalue,
  17. DWORD dwType,
  18. const BYTE* pbData,
  19. DWORD cbData
  20. );
  21. #endif //_WORKER_H_