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.

22 lines
266 B

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. enum SAP_CONTROL_TYPE
  5. {
  6. SAP_CTRL_FORCE_REGISTER,
  7. SAP_CTRL_MAYBE_REGISTER,
  8. SAP_CTRL_UPDATE_ADDRESS,
  9. SAP_CTRL_UNREGISTER
  10. };
  11. void
  12. UpdateSap(
  13. enum SAP_CONTROL_TYPE action
  14. );
  15. #ifdef __cplusplus
  16. }
  17. #endif